Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.09 KB

Flutter ToDo List

Cross platform ToDo List made with Flutter and Bloc.

To run this project you must firstly generate the firebase_options.dart file which must be in lib folder of the source, all instructions are available on Initialize Firebase

Features

  • Account creation
  • Authentication with email and password
  • View notes
  • Add note
  • Edit note
  • Delete note
  • Add a reminder
  • Receive local notifications

Technologies

The app is based on the Lyabs dev's architecture which uses Flutter bloc state management.
The UI template is available on Figma