To-do List
Idea
This is a minimalistic idea for a Flutter-based mobile app featuring a simple design with a UX/UI experience. The app aims to provide a simple to-do list with features for creating new notes, marking tasks as completed, and deleting notes. The usage of Hive ensures that the app can store and retrieve data locally on the user's device.
Features
- New notes: Users can create and add new notes to the app. This feature allows users to input text and save it as a new note.
- CheckBox for concluding tasks: Each note or task in the app has a checkbox associated with it. Users can mark the checkbox to indicate that a particular task has been concluded or completed.
- Delete notes using the slider: The app includes a slider or swipe gesture that allows users to delete notes. By swiping on a note, users can delete it from the app.
- Hive as local storage: The app utilizes Hive as a dependency for local storage. Hive is a lightweight and efficient NoSQL database solution for Flutter, enabling you to store and retrieve data on the device.