A simple note app using Flutter.
Webpage: https://ashu12chi.github.io/noteapp/
- Save your important notes with respective titles.
- Edit already added notes.
- Delete notes that are no longer useful.
- Fingerprint security.
- Add date and time if required.
- Notes are saved in mobile using sqflite database, so no internet connection is required.
- Fingerprint scanner for security.
- Date and time if needed can also be saved in notes.
- Notifications for the notes date and time is provided.
- Flutter.
- Material components.
- sqflite.
- splashscreen.
- local_auth.
- flutter_local_notifications.
Either just try installing the APK from this link; OR:
- Clone the project using link: https://github.com/ashu12chi/noteapp.git
- Import the project in Android Studio
- Deploy the app to your Android or ios device and viola... you are good to go!
Notes List | Add Note | Edit Note |
Splash Screen | Fingerprint Scanner | Select time |
Calender | Time | Notification |
This is a very basic version of the app and I am going to implement a lot of features in this app (secret for now).