Flutter Firebase Todo app
This is a simple todo app build with flutter and firebase, please check the commits if you want to see the app without firebase added(firebase may not work as its configured to work on my private account)
Create Todo
Remove Todo
home | add todo |
---|---|
The instructions below will help you setup the copy of the flutter app on your development machine.
Make sure to have andrid studio with Sdk 10+ api level 29 and greater and flutter and dart installed
After you clone this project, do the following:
# go into the project
cd <your project folder>
# install dependencies
flutter pub get
# install composer dependencies
composer install
#connect your firebase account with an active firestore
update the file ~Todo/android/app/google-services.json
#the firebase plugin has changed and alot of tutorial on youtube do not include the firebase.initialize() on app start please check this stackoverflow for the solution used in this project
https://stackoverflow.com/questions/63492211/no-firebase-app-default-has-been-created-call-firebase-initializeapp-in
# flutter app
flutter run
- Youtube - Create a Simple Flutter Firebase CRUD TodoList App from Scratch (note: video is now outdated)
- Hendrikus van Katwijk - Github - Personal website
This project is licensed under the MIT License - see the LICENSE.md file for details PHP framework