Flutter ToDo List App
This is a simple yet powerful ToDo List app built with Flutter. The app allows you to easily add, manage, and complete tasks, while also providing a visually pleasing user interface. Keep track of your daily tasks and stay organized with this easy-to-use app.
Features
- Add tasks with title and description
- Mark tasks as complete or incomplete
- Edit tasks as needed
- Delete tasks
- Filter tasks by completion status
- Clean and intuitive design
Getting Started
To get started, clone this repository and follow the instructions below:
- Install Flutter if you haven’t already: https://flutter.dev/docs/get-started/install
- Open a terminal, navigate to the project directory, and run
flutter pub get
- Run the app on your preferred emulator or device with
flutter run