/KajToDo

A basic to-do app. I created this for me. Has swipe to delete functionality.

Primary LanguageDart

hero image

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.

How to use

  • Swipe to delete a Task
  • Long Press to edit a Task

Can Do Delete, Update, Add, Check

Packages I used on this app

  • Provider - Great for state management. (Recommended by Flutter)
  • Hive - Used for database.

This is a practice app. Just playing with flutter.

The design of this app was inspired from here. I will try to implement the full UI of this design in future.