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.
- 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.