Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 573 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 573 Bytes

Flutter To-Do App

This is a simple To-Do app built with Flutter that allows you to create and manage your tasks. It offers a user-friendly interface for adding, completing, and deleting tasks.

Features:

  • Add tasks with names.
  • Mark tasks as completed by checking the checkboxes.
  • Delete tasks you no longer need.
  • Light and clean user interface for easy task management.

Dependencies:

  • Hive: A lightweight and blazing fast key-value database.
  • Hive Flutter: Hive integration for Flutter.
  • flutter_slidable: Slidable list items with actions for Flutter.