A local, Material Design–themed to-do application built with Flutter using Drift for persistence.
- Task details: title, description, and due date
- Task sorting: by creation time, due date, or manual order
- State persistence: restore the last selected task filter on app restart
- Task filtering: hide completed tasks
- Install Flutter.
- Clone this repository:
git clone https://github.com/architxkumar/material_task_tracker.git - Run the app:
flutter run