roshanrahman/flutter-notes-app
फ्लटर में लिखे गए नोट्स लेने का एप्प
- Stars
- 368
- Forks
- 101
- अंतिम पुश (UTC)
- 29 जुल॰ 2021
- प्रोजेक्ट स्थिति
- सक्रिय
भाषाएँDartObjective-CJava
तकनीकी विषय
उपयोग की गई निर्भरताएँ
निर्भरता सूची 9 आइटम
- flutter
{"sdk":"flutter"} - 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 - cupertino_icons
^0.1.2 - flutter_testडेवलपमेंट
{"sdk":"flutter"}
रैंकिंग
मूल README
यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
README खोलें / बंद करें
Draft - Notes app
An elegant notes taking app written in Flutter that uses sqflite for storage.
Features
- Animated UI: A beautiful, minimalist user interface with subtle animations.
- Dark mode: Light and dark theme variants.
- Mark notes as important: Mark notes as important and filter them.
- Search: Search your notes.
- Edit note: Edit note that you saved previously
- 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 --releasein that directory, or - Download the built APK from here
Screenshots
https://raw.githubusercontent.com/roshanrahman/flutter-notes-app/HEAD/github_assets/edit.gif https://raw.githubusercontent.com/roshanrahman/flutter-notes-app/HEAD/github_assets/dark.gifFeedback is welcome! Contact me for any info.