A clone of Google Tasks made in ❤️ with Flutter.
- Doesn't use Google Tasks API
- Completed subtasks not separated from parent task when marked complete.
- A parent task having subtasks is considered to be complete when all subtasks are marked complete.
- User Authentication
- Import data from Google Tasks API
- Backup and Sync data with Google Drive
To run this Project first you need to Setup Flutter
- Install packages
flutter pub get
- Run the Project
flutter run