Skip to content

ashu12chi/noteapp

Repository files navigation

noteapp

Open Source Love License: GPL v3
A simple note app using Flutter.

Webpage: https://ashu12chi.github.io/noteapp/

The Process Flow

  1. Save your important notes with respective titles.
  2. Edit already added notes.
  3. Delete notes that are no longer useful.
  4. Fingerprint security.
  5. Add date and time if required.

Special Features

  1. Notes are saved in mobile using sqflite database, so no internet connection is required.
  2. Fingerprint scanner for security.
  3. Date and time if needed can also be saved in notes.
  4. Notifications for the notes date and time is provided.

APIs and Components used

  1. Flutter.
  2. Material components.
  3. sqflite.
  4. splashscreen.
  5. local_auth.
  6. flutter_local_notifications.

To try hands on the project

Either just try installing the APK from this link; OR:

  1. Clone the project using link: https://github.com/ashu12chi/noteapp.git
  2. Import the project in Android Studio
  3. Deploy the app to your Android or ios device and viola... you are good to go!

Screenshots

Notes List Notes List Add Note Add Note Edit Note Edit Note
Splash Screen Splash Screen Fingerprint Scanner Fingerprint Scanner Select time Select time
Calender Calender Time Time Notification Notification

Future plan

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).