Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saadkhanjadoon/notes-app
An elegant notes taking app for Android & iOS built in flutter that uses sqflite for storage.
https://github.com/saadkhanjadoon/notes-app
flutter flutter-app-using-sqflite flutter-crud-demo-sqflite flutter-demo flutter-notes flutter-notes-app flutter-sqflite flutterui sqflite-database
Last synced: about 1 month ago
JSON representation
An elegant notes taking app for Android & iOS built in flutter that uses sqflite for storage.
- Host: GitHub
- URL: https://github.com/saadkhanjadoon/notes-app
- Owner: SaadKhanJadoon
- Created: 2024-01-28T17:42:14.000Z (11 months ago)
- Default Branch: develop
- Last Pushed: 2024-02-25T09:50:57.000Z (10 months ago)
- Last Synced: 2024-02-25T10:37:15.797Z (10 months ago)
- Topics: flutter, flutter-app-using-sqflite, flutter-crud-demo-sqflite, flutter-demo, flutter-notes, flutter-notes-app, flutter-sqflite, flutterui, sqflite-database
- Language: Dart
- Homepage:
- Size: 332 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes App
An elegant Notes taking app for Android & iOS built in flutter that uses sqflite for storage.
## About
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.## Demo
https://github.com/SaadKhanJadoon/Notes-App/assets/61506756/9340def5-b639-478f-b6b6-a7e0edac98e4
## Built with:
- GetX
- sqflite
- MVC Pattern## Features
- Create note
- Update note
- Delete note
- Favorite note
- Search notes
- Delete all notes
- Last update of note
- Date time created of note## Dependencies
- 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## Contributing
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.