Skip to content

Ayush-004/My-Notes

Repository files navigation

Video of app:

video.mp4

Screenshots of app:

WhatsApp Image 2022-10-16 at 02 24 39 WhatsApp Image 2022-10-16 at 02 24 41 WhatsApp Image 2022-10-16 at 02 24 43 WhatsApp Image 2022-10-16 at 02 24 54 WhatsApp Image 2022-10-16 at 02 25 03 WhatsApp Image 2022-10-16 at 02 25 04

App Description:

Flutter source code for a note-taking app can be in this repository. It requires the user to give an email address and a password to register successfully. The user must also verify their email to proceed with the application. The app then leads to the app's main UI, the notes view, where we can do the following operations.

  • New notes can be added using the plus icon on the app bar. The application leads the user to a blank page where they can add notes when clicking the plus icon.

  • The user can exit and resume from the same point at any time, as the notes are automatically saved when the back button is pressed to leave the writing page.

  • Existing notes are listed on the landing page, and clicking on any note displays its contents.

  • A delete confirmation dialogue is displayed when the user deletes a note from the notes view.

  • The user can log out of the application, and a confirmation popup is shown to confirm this action.

//concepts used

email and password login and logout email verification basics of dart, null safety Object-oriented programming basics Git and GitHub firebase Navigator FutureBuilder, async, await Alert dialogs Error Handling Auth Service, Auth Provider, AuthUser local storage using SQL(CRUD) Streams and Stream Controllers Switching screens(Routes) ModalRoutes Generics TextController Lists Splash Screen App Icon Fonts Lottie Animations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages