This repository contains a simple implementation of a ToDo application using the Flutter framework. This app allows you to create and manage tasks that you need to complete. This basic app aims to provide following features:
- Task List: Display a list of tasks, indicating whether they are completed or not.
- Add Task: Allow users to add new tasks to the list.
- Mark as Completed: Users can mark tasks as completed when they are done.
- Delete Task: Allow users to delete tasks that are no longer needed.
- Dart
- Flutter (Framework)
- Clone the Repository:
git clone https://github.com/Krishnam2411/ToDo.git- Navigate to the Project Directory:
cd ToDo-
Open the Project in Flutter Development Environment: You need to have Flutter and Dart installed, use an IDE like Visual Studio Code or Android Studio.
-
Run the App
Contributions are welcome! If you have ideas for improving the app's user interface, adding features, or enhancing the functionality, feel free to fork this repository, make your changes, and submit a pull request.


