This Flutter application allows you to create tasks to do list with a user-friendly interface and persistent local storage using Hive.
- Task Creation: Easily create new tasks with description.
- Editing and Deletion: Ability to edit task details or delete tasks when needed.
- Offline Access: Functionality without requiring an internet connection for flexibility and convenience.
- Persistent Local Storage: Efficiently store tasks offline with Hive technology, ensuring secure and speedy local storage for Task Genie.
- Flutter: The front-end framework used to develop the application.
- Dart: The programming language used for coding within the Flutter framework.
- Hive: Utilizes hive's faster and reliable data warehousing abilities locally.
- Upon launching the app, it will automatically look for any tasks stored locally and display it according to the added sequence.
- You can create, delete and complete the task.
- Play Store
If you'd like to contribute to this project, feel free to fork this repository and submit a pull request with your changes.