Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)