Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roshanrahman/flutter-notes-app
A notes taking app written in Flutter
https://github.com/roshanrahman/flutter-notes-app
android dark-theme dart flutter notes sqflite
Last synced: about 2 months ago
JSON representation
A notes taking app written in Flutter
- Host: GitHub
- URL: https://github.com/roshanrahman/flutter-notes-app
- Owner: roshanrahman
- License: apache-2.0
- Created: 2019-06-05T13:56:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T06:33:50.000Z (over 3 years ago)
- Last Synced: 2024-04-26T21:32:54.729Z (8 months ago)
- Topics: android, dark-theme, dart, flutter, notes, sqflite
- Language: Dart
- Size: 9.38 MB
- Stars: 314
- Watchers: 13
- Forks: 90
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- flutter-guide - Draft - Notes taking App
README
# Draft - Notes app
An elegant notes taking app written in Flutter that uses sqflite for storage.
## Features
1. *Animated UI*: A beautiful, minimalist user interface with subtle animations.
2. *Dark mode*: Light and dark theme variants.
3. *Mark notes as important*: Mark notes as important and filter them.
4. *Search*: Search your notes.
5. *Edit note*: Edit note that you saved previously
6. *Share*: Share note using any app that can share text.## Dependencies
- outline_material_icons: ^0.1.0
- sqflite: ^1.1.5
- intl: ^0.15.8
- url_launcher: ^5.0.3
- shared_preferences: ^0.5.3+1
- share: ^0.6.1+1## Run the project
- With Flutter installed, clone project and run `flutter run --release` in that directory,
or
- Download the built APK from [here](https://github.com/roshanrahman/flutter-notes-app/raw/master/github_assets/draft.apk)## Screenshots
Feedback is welcome! Contact me for any info.