Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.4 KB

README.md

File metadata and controls

41 lines (21 loc) · 1.4 KB

MinimalToDo

Adding Tasks

To add a new task, simply click on the + button and enter the task details. It will be added to the list within the devices local storage.

Add



Marking Tasks as Completed

Once you have completed a task, click on the checkbox next to the task to mark it as done.

TickOff



Deleting Tasks

To remove a task, swipe left on the task and tap the delete button, this will also delete it from the devices local storage.

Delete



Search Functionality

Utilize the search feature to quickly find tasks within large lists.

Search



About the App

This app was created by me ,Reuben Thorn, as a project to learn Flutter's structure and features. It uses Hive for local storage, ensuring tasks are saved even when the app is closed.