Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.16 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.16 KB

A ToDo App

This is a Flutter application that allows you to create, read, update, and delete (CRUD) tasks or to-do items. The app uses Hive as its database to store the tasks locally on the device. It provides a simple and intuitive user interface to manage your tasks efficiently.

About App

  • Create new To Do items: Users can add new tasks to the list with a title and optional description.
  • Read To Do items: The app displays a list of all the created tasks, showing their titles and descriptions.
  • Update existing To Do items: Users can edit the title or description of any task in the list.
  • Delete To Do items: Tasks can be removed from the list permanently.
  • Check items on Completion.

We can change Categories based on

  • All
  • Personal
  • Home
  • Business
  • Work

-This App uses Material 3 Android Design.
-Used Provider Package for State Management technique.
-Used Hive Database to store tasks locally on device.

| |