Todo App - Flutter

Flutter application intended to be used as an Todo App using FireBase backend.

Features Implemented :

  • Login?signup using Email+Password, Google Sign-in, Phone Authentication
  • Add Todo Item and tag relevant categories
  • View and manage todos in the Homepage. Completed ones can be checked-off
  • Edit added Todos and delete them if needed

Want to run this project locally?

  1. Clone this repo
  2. Create a new Firebase project and register the application with your project. Enable authentication and Firebase Firestore in your Firebase Project.
  3. Place the google-services.json downlaoded from your Firebase console into android/app/src folder

Screenshots

Login_Page          Home_Page          Add_Page          Edit_Page