A simple To-Do List mobile application built using Flutter.
This project is created as a learning exercise to understand Flutter basics such as widgets, state management, and UI layout.
- Add new tasks
- View all tasks
- Mark tasks as completed
- Simple and clean UI
- Flutter
- Dart
- Material UI
Make sure Flutter is installed and configured.
flutter pub get
flutter run