Skip to content

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.

Notifications You must be signed in to change notification settings

jigneshdavda/Flutter-ToDo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter-ToDo-App

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:

  1. Add your google-services.json in android->app
  2. Add your Firebase details for Flutter web in web->index.html
  3. 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.

Getting Started

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published