This Flutter app is a habit, task, and recurrent task manager with a built-in timer. It utilizes the Bloc pattern for state management and stores data using Hive, a NoSQL database.
- Manage habits, tasks, and recurrent tasks
- Integrated timer for tracking task duration
- Bloc pattern for efficient state management
- Hive NoSQL Database for data persistence
To run the app locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/habit-timer-app.git
- Navigate to the project folder:
Copy code
cd habit-timer-app
- Install dependencies:
Copy code
flutter pub get
- Run the app:
Copy code
flutter run
- Flutter
- Dart
- Bloc
- Hive
Contributions are welcome! If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature/bugfix:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m 'Description of changes'
- Push to the branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the MIT License.
Thanks to the Flutter, Bloc, and Hive communities for providing excellent tools and documentation.