This is a simple to-do app built with Flutter that uses Hive for the local NoSQL database and Moor for ORM and database operations. The app allows users to add, edit, and delete tasks.
- Add new tasks with titles and optional descriptions.
- Edit existing tasks.
- Mark tasks as completed.
- Delete tasks.
- Persist tasks locally using Hive and Moor.
This project uses the following dependencies:
- Flutter
- Hive for local NoSQL database.
- Moor for ORM and database operations.
- Other dependencies can be found in
pubspec.yaml
.
Happy coding!