Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 796 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 796 Bytes

To-Do App

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.

Features

  • Add new tasks with titles and optional descriptions.
  • Edit existing tasks.
  • Mark tasks as completed.
  • Delete tasks.
  • Persist tasks locally using Hive and Moor.

Dependencies

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.

Screenshots

   

Happy coding!