flutter
todo
yet another to-do app, now using flutter.
features:
- create/edit to-do
- delete to-do by swiping
- mark done/not done in list
- filter todo list by status (all/done/not done)
- change theme (light to dark and vice versa) at runtime
- enable shortcuts to create to-do
- login/logout
![[2025] Yet another ToDo App in Flutter flutter_todo](https://i0.wp.com/flutterawesome.com/content/images/2018/10/flutter_todo.jpg?w=770&ssl=1)
to get start, run below command in terminal
cp .env.example.dart .env.dart
then add firebase database’s url and api key to .env.dart.
Comments are closed.