A simple Task Manager built with Flutter for Android/iOS.
It uses Hive for local storage and Provider for state management.
Supports adding, editing, deleting, and notifying tasks with due dates.
- Add, edit, delete tasks
- Local storage with Hive
- State management with Provider
- Local notifications (instant reminder on save)
- Beautiful UI with cards and empty states
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/task_manager.git cd task_manager
Install dependencies:
flutter pub get
Run the app:
flutter run