[Feature Request] Create a roadmap.
muhsinkutay opened this issue · 4 comments
I started learning Dart programming language and Flutter framework, if this repository had a roadmap I would try my best at implementing the features.
@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.
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.
Alright, good luck on that quest
Thank you!