A simple Todo List app made with Flutter. 💙
The app uses SQLite Database, Provider for dependency injection and state management, and Firebase for authentication.
Screenshots • Firebase • Running the app • Technologies • Others
# Configure the Firebase CLI and FlutterFire CLI
https://firebase.google.com/docs/flutter/setup?hl=pt-br&platform=android
# Create a Firebase project (you can use the Firebase console or de CLI)
# Execute the following command in your project folder to create a new Firebase project or to select an existing one
$ flutterfire configure
# Add the e-mail/password and the Google login options in the Firebase console
# Make sure you add your SHA1 to the Firebase project
# The following command will show your SHA1
$ keytool -list -v -keystore C:\Users\William\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android
# Getting packages
$ flutter pub get
# Running
$ flutter run
Project following the Conventional Commits specification: https://www.conventionalcommits.org/en/v1.0.0