iamnijat / habitonic

Habit Tracker helps you build positive habits and keeps track of your day-to-day habits and routines. Made with Clean architecture + Hive + flutter_bloc + Freezed finally with 💙
https://play.google.com/store/apps/details?id=com.habitonic_app
MIT License
45 stars 13 forks source link

[Feature Request] Create a roadmap. #7

Closed muhsinkutay closed 2 years ago

muhsinkutay commented 2 years ago

I started learning Dart programming language and Flutter framework, if this repository had a roadmap I would try my best at implementing the features.

iamnijat commented 2 years ago

@muhsinkutay Almost everything is based on Clean Architecture in production, but I didn't write its tests and in this case, if you want to implement a new feature, you can create and mock the tests, it will be comfortable because I used only bloc for state management, it is test-friendly, you can test other features too by the way.

muhsinkutay commented 2 years ago

Thank you very much @iamnijat, I will try creating the tests but for that first I need to learn Clean Architecture and Bloc State Management, I've just heard them for the first time.

iamnijat commented 2 years ago

Alright, good luck on that quest

muhsinkutay commented 2 years ago

Thank you!