This is a ToDo app built using Flutter framework with Hive database integration. It allows users to create and manage their daily tasks effectively.
- Create new tasks
- Edit Tasks
- Delete Tasks
- Mark tasks as completed
- Filter by incomplete, completed or all tasks
Step-1: Download or clone this repository -
git clone https://github.com/RoschelleMR/flutter-todo-app.git
Step-2: Go to project root and execute the following command in console to get the required dependencies -
flutter pub get
Step-3: Run flutter project -
flutter run