A mobile application for daily tasks management, built with Flutter/Dart, Provider and SQLite
- UI
- Home page
- Upcoming page
- settings page
- projects page
- Custom date picker
- Custom FAB animation
- Database schema
- Add/Delete/Update/Complete task/sub-task
- Add/Delete/Update tag
- Top-level task reordering
- daily task progress tracker
- slide to complete sub-tasks
- reorder sub-tasks
- bug fixes
This project is almost finished but there're still some instability to be tackled. Currently the user can add task and sub-tasks with tags and reorder them. Settings page and projects page are still under development.
adding new tasks | adding new tags | upcoming page |
---|---|---|
Clone down this repository. You will need flutter
and dart
installed on your machine.
Update/Get packages:
flutter pub get
To run the application:
flutter run