https://github.com/shiburagi/todo-app-flutter
https://github.com/shiburagi/todo-app-flutter
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shiburagi/todo-app-flutter
- Owner: shiburagi
- Created: 2019-10-02T10:52:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T11:58:35.000Z (about 6 years ago)
- Last Synced: 2025-01-15T10:57:59.841Z (9 months ago)
- Language: Dart
- Size: 367 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App UI
A sample UI for todo app developed in flutter
## Task
- Add new todo
- Delete todo
- Check & uncheck todo
- Delete all completed todo
- Display correct active todo still left
- Filter (All, Active, Completed)## Demo
![]()
# Todo-App-Flutter