This project is a simple ToDo application developed using Flutter framework. It provides a convenient way for users to create, manage, and track their tasks.
- Mark tasks as completed or uncompleted.
- Delete tasks that are no longer needed.
- search about tasks by keywords
- User-friendly and intuitive user interface.
- Flutter framework
- Dart programming language
-
Clone the repository:
git clone https://github.com/FatoomRe/Flutter-ToDo-App.git
-
Ensure you have Flutter SDK installed. If not, refer to the official Flutter documentation for installation instructions: Flutter Installation
-
Run the following command in the project root directory to fetch the project dependencies:
flutter pub get
-
Connect a physical device or start a simulator/emulator.
-
Run the app using the following command:
flutter run
Contributions to the project are welcome. If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.