Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thegera4/flutter_todo_app
A simeple todo app using the provider package
https://github.com/thegera4/flutter_todo_app
dart flutter provider state-management
Last synced: 2 days ago
JSON representation
A simeple todo app using the provider package
- Host: GitHub
- URL: https://github.com/thegera4/flutter_todo_app
- Owner: thegera4
- Created: 2024-07-01T17:59:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T19:35:38.000Z (4 months ago)
- Last Synced: 2024-08-23T22:22:31.581Z (3 months ago)
- Topics: dart, flutter, provider, state-management
- Language: Dart
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todoey (TODO app)
Todo app made with flutter and using the provider package (for state management)
## Add task
Click the Floating Action Button and add a new task on a Bottom Sheet widget.![add_task](https://github.com/thegera4/flutter_todo_app/assets/84020433/997f9212-1a49-4700-bb09-f87c7db078df)
## Delete task
If you long tap the task, it will be deleted.![delete_task](https://github.com/thegera4/flutter_todo_app/assets/84020433/8b7dd9cb-7842-465d-8c2f-e052e45ea485)