https://github.com/kaboc/todo-with-grab
A sample todo app made in Flutter with state management using Grab.
https://github.com/kaboc/todo-with-grab
flutter flutter-example-app flutter-state-management
Last synced: about 2 months ago
JSON representation
A sample todo app made in Flutter with state management using Grab.
- Host: GitHub
- URL: https://github.com/kaboc/todo-with-grab
- Owner: kaboc
- License: mit
- Created: 2022-03-18T10:40:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-27T15:08:45.000Z (5 months ago)
- Last Synced: 2025-12-29T10:35:45.002Z (5 months ago)
- Topics: flutter, flutter-example-app, flutter-state-management
- Language: Dart
- Homepage: https://kaboc.github.io/todo-with-grab/
- Size: 7.34 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo App with Grab
A sample todo app made in Flutter with state management using [Grab][grab].

## Features
The code is very concise with the power of Grab, and yet provides sufficient functionality
as a minimal todo app.
- Adding todos.
- Viewing the list of todos.
- Filtering the list.
- Removing a todo with a swipe to the left.
- Toggling light/dark theme modes.
- Storing data persistently with Hive.
## Web app
Click [here][web_app] to open the app in your browser.
[grab]: https://pub.dev/packages/grab
[web_app]: https://kaboc.github.io/todo-with-grab/