Skip to content

Latest commit

Β 

History

History
31 lines (21 loc) Β· 677 Bytes

File metadata and controls

31 lines (21 loc) Β· 677 Bytes

πŸ“‹ Flutter Task Manager App

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.


πŸš€ Features

  • 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

πŸ–₯️ Setup Instructions

  1. 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