ChronoSync is a Flutter project designed to facilitate simple CRUD (Create, Read, Update, Delete) operations for managing todo tasks. It utilizes the Hive database for efficient data storage and retrieval, providing users with a seamless experience in organizing their tasks.
- Create, Read, Update, and Delete tasks.
- Efficient data storage using Hive.
- Intuitive user interface for smooth task management.
-
Clone the repository:
git clone https://github.com/dhruvx19/chronosync.git
-
Navigate to the project directory:
cd chronosync
-
Install dependencies:
flutter pub get
-
Run the application:
flutter run
- Upon launching the application, users are presented with a list of existing tasks (if any).
- To add a new task, tap on the "+" button located at the bottom right corner.
- To view task details, tap on a specific task in the list.
- To edit or delete a task, long-press on the task in the list to reveal options.
- Use the navigation buttons to switch between screens.
- hive: ^2.0.4
- flutter_bloc: ^7.0.0
- equatable: ^2.0.3
Contributions are welcome! If you'd like to contribute to this project, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any inquiries or support, please contact [Your Email Address].
Thank you for using ChronoSync! We hope it helps you manage your tasks efficiently.