This is a very basic To Do application. You can add a task, update a task, delete a task. This saves the task data on your phone.
Packages I used on this app:
- Provider – Great for state management. (Recommended by Flutter)
- Hive – Used for database.
I have made this app for myself, not for playstore.
The design of this app was inspired from here. I will try to implement the full UI of this design in future.