This is a basic To Do App made using flutter and available for Android, iOS and Web. All data processing is done using Firebase and Firestore using cloud_firestore plugin in Flutter.
Things need to update post git clone:
- Add your google-services.json in android->app
- Add your Firebase details for Flutter web in web->index.html
- Need to update Collection name (todo-tasks) as per your's and fields in documents are task_name, task_description and task_status
Make the above changes and thus, your app will be ready to add your first ToDo Task.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.