A clean and simple To-Do List application built using Flutter. This app allows users to manage daily tasks by adding, completing, and deleting to-dos — helping stay organized and productive.
- ✅ Add tasks
- ✅ Mark tasks as completed
- ✅ Delete tasks
- ✅ Clean, minimal UI
- ✅ Smooth performance
- Flutter (latest stable)
- Android Studio / VS Code
- Android device or emulator
git clone https://github.com/hvssanraza/To-Do-List-Application-.git
cd To-Do-List-Application-
flutter pub get
flutter run
📁 Project Structure
bash
Copy
Edit
lib/
├── main.dart # App entry point
└── (widgets, models) # Custom widgets and logic
📦 Supported Platforms
✅ Android
⚠️ iOS (add configuration if needed)
⚠️ Web (not tested)
📄 License
This project is licensed under the MIT License.