Task Check List App is a simple task management application built with Flutter. It helps you stay organized by allowing you to create and manage your daily tasks effectively.
- Task Creation: Create new tasks with a title, description, and due date.
- Task Organization: Categorize tasks into different lists or categories for better management.
- Task Completion: Mark tasks as completed when finished to track your progress.
- Task Prioritization: Set priority levels for tasks to focus on the most important ones.
- Task Reminders: Set reminders for important tasks to ensure they are not forgotten.
- Task Search: Search for specific tasks using keywords or filters.
- Task Deletion: Easily delete completed or unnecessary tasks to declutter your task list.
- User-Friendly Interface: Intuitive and easy-to-use interface for smooth task management.
Clone this repository and import it into your Android IDE
https://github.com/hexfa/task_checklist.git-
This app doesn't have any remote API
To run the Task Check List App, you need to have Flutter SDK installed on your machine. If you haven't installed Flutter yet, you can follow the instructions here to install it.
The Task Check List App uses the following dependencies:
- cupertino_icons: ^1.0.2
- equatable: ^2.0.5
- flutter: sdk: flutter
- flutter_bloc: ^8.1.1
- hydrated_bloc: ^9.0.0
- intl: ^0.18.0
- path_provider: ^2.0.11
For more information about these dependencies, you can refer to their respective documentation.
Contributions to the Task Check List App are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.