An application that stores your daily todo tasks created using Flutter.
- User Authentication using Firebase
- Task storage on Cloud Firestore
- Reminder Notifications using Flutter Local Notifications
To clone and run this application, you'll need Git and Flutter installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/vrrao01/todo_app_flutter.git
# Go into the repository
$ cd fluttery-todo
# Install dependencies
$ flutter packages get
# Run the app
$ flutter run
- Google Sign In
- Task Filtering