A beautiful todo app made with Flutter

TODO APP

1. Structure - Clean architecture

di
domain
data
ui

2. Function

Show all todo list
Show complete todo list
Show incomplete todo list
Add todo
Update status of todo
Delete todo
View todo detail

3. Unit test

For test domain - run normal
For test local - run "flutter run test/{path_to_test_file}" (Ex: "flutter run test/data/home/repositories/home_repository_impl_test.dart")

4. Screenshot

*Add new todo screen

Add new todo screen

All todo list

All todo list

Complete todo list

Complete todo list

InComplete todo list

InComplete todo list

Delete todo

Delete todo

Download Details:

Author: uyit14

GitHub: https://github.com/uyit14/flutter_todo

#flutter #dart #mobile-apps

A beautiful todo app made with Flutter
8.75 GEEK