Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 538 Bytes

File metadata and controls

29 lines (26 loc) · 538 Bytes

TO DO Mobile Application

Overview

A simple and efficient To-Do mobile app built using Flutter and Dart.

Tech Stack

  • Flutter
  • Dart
  • Provider (State Management)

Features

  • Add tasks
  • Delete tasks
  • Mark tasks complete
  • Clean UI

Demo

19.04.2026_15.31.18_REC.mp4

Project Structure

  • lib/
  • models/
  • providers/
  • screens/
  • widgets/

Installation

git clone https://github.com/Monam1083/TO-DO-Mobile-Application
cd to_do_app
flutter pub get
flutter run