Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (30 loc) · 1.19 KB

To Do App

A simple and intuitive To Do application built with Flutter, utilizing Hive for efficient local storage and the flutter_slidable package to enhance user interactions with list items.

Features

  • Add Tasks: Easily create new tasks and add them to your To Do list.
  • Delete Tasks: Quickly remove tasks from your list using swipe gestures.
  • Local Storage: Store your tasks locally on the device using Hive, ensuring fast and reliable access.
  • User-Friendly Interface: A clean and straightforward design for seamless navigation.

Screenshots

Screen Screenshot
Task List Add Task
Add Task Screen Task List
Task Deletion Completed Tasks
Completed Tasks Task Deletion