Screenshots:
This is a simple TodoList app created using Flutter and Hive, featuring create, complete, and delete functionality.
- Create: Add new tasks to your todo list.
- Complete: Mark tasks as completed.
- Delete: Remove tasks from the list.
To get started with this project, you'll need to have Flutter installed. If you haven't already, you can download and install Flutter from the official Flutter website.
- Clone the repository:
git clone https://github.com/Syed-Abdullah-G/todolist-app.git
- Navigate into the directory:
cd todolist-app
- Install dependencies:
flutter pub get
- Run the app:
flutter run
- Add Task: Tap on the "+" button to add a new task.
- Complete Task: Tap on a task to mark it as completed.
- Delete Task: Swipe left on a task to delete it.
If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above. If you would like to submit a PR with a fix, reference the issue you created!
This project is licensed under the MIT License.
- This project was inspired by the need for a simple and minimalistic TodoList app.
- Special thanks to the Flutter and Hive communities for their amazing contributions and support.