Developed with Flutter 3.35 / Dart 3.9
This project is a cross-platform To-Do list app demo. Users can add, delete, change the priority and log completion of tasks. Check out the live To-Do web app demo.
Theming
This app offers two unique UIs for Dark and Light theme user preferences.


Skills
- Theming to support dark and light mode UIs
- Modal Views for adding new to-do tasks and alerting user of invalid input
- Dismissible list items, to allow user to swipe an task to remove it
- Snackbar notifications to allow user to ‘undo’ when deleting a task
- Hosting using Firebase


