Welcome to the Todos, a Flutter project designed to help you keep track of your tasks with a simple and intuitive interface.
- Display all tasks.
- Add a task.
- Mark a task as completed.
- Delete a task.
- User-friendly interface.
Here is a screenshot of the app:
To run this project locally, follow these steps:
-
Install Flutter SDK by following the official Flutter installation guide.
-
Clone this repository:
git clone https://github.com/Maniceraf/manic_todo_app_2.git
- Change to the project directory:
cd to_do_list
- Install the dependencies:
flutter pub get
- Run the app:
flutter run
This project uses the following dependencies:
- flutter: The Flutter framework.
- cupertino_icons: Flutter library for iOS icons.
- flutter_test: Flutter package for writing unit tests.
- flutter_lints: Package containing a set of recommended lints to encourage good coding practices.
- sqflite: SQLite plugin for Flutter. Supports iOS, Android and MacOS.
- These dependencies are listed in the pubspec.yaml file.