An elegant Notes taking app for Android & iOS built in flutter that uses sqflite for storage.
Notes app is a flutter application used to store data locally using sqflite. I have performed simple CRUD operations on Notes using sqflite. It will be a good reference for one searching how to work with sqflite in flutter and saving data locally.
notes_app.mp4
- GetX
- sqflite
- MVC Pattern
- Create note
- Update note
- Delete note
- Favorite note
- Search notes
- Delete all notes
- Last update of note
- Date time created of note
- get: ^4.3.8
- sqflite: ^2.0.0+4
- fluttertoast: ^8.2.4
- path_provider: ^2.1.2
- intl: ^0.17.0
- share: ^2.0.4
Contributions are always welcome!
1. Fork this Project.
2. Create your Feature Branch (git checkout -b feature/amazing-feature)
3. Commit your Changes (git commit -m 'Add some Amazing Feature')
4. Push to the Branch (git push origin feature/amazing-feature)
5. Open a Pull Request.