This Todo Application is a simple yet powerful tool to manage your daily tasks. Built using Flutter and Hive, it ensures a smooth and responsive user experience with local data storage capabilities.
-
📝 Add Tasks:
- Quickly and easily add tasks to your list to stay organized.
- The intuitive UI allows you to input task details effortlessly.
-
❌ Remove Tasks:
- Remove tasks that you have completed or are no longer relevant.
- Keep your task list clean and focused on what matters.
-
✅ Mark Tasks as Completed:
- Mark tasks as done to keep track of your progress.
- Visual indicators help you differentiate between completed and pending tasks.
- 💾 Data Persistence:
- Your tasks are stored locally using Hive, a fast and lightweight database.
- Even if you close the app, your tasks are safely stored and will be there when you return.
-
Flutter:
- A beautiful UI toolkit from Google that lets you build natively compiled applications for mobile, web, and desktop from a single codebase.
- Allows for expressive and flexible UI with smooth animations and high performance.
-
Hive:
- A lightweight and blazing-fast key-value database written in pure Dart.
- Perfect for storing small amounts of data locally with minimal overhead and maximum speed.
- Suresh Subedi
This application is provided as-is for educational and learning purposes. Feel free to use, modify, and share it.


