An open API service indexing awesome lists of open source software.

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.

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/