Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.12 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.12 KB

In this project we use Domain Driven Design. If you don't know DDD principles, I strongly recommend reading about it, because it is knowledge that surely won't be wasted in your career.

To learn DDD with Flutter I recommend this awesome tutorial series from Reso Coder

If your commits add or change any functionality, please consider writing tests for it or ask somebody to help you with that.

Before making a PR, please run following commands:

  • flutter format lib
  • flutter analyze lib
  • flutter test --no-pub --test-randomize-ordering-seed random

According to outputs of those commands, make changes if needed, to satisfy github checks.


In case you don't you don't feel comfortable enough with some concept, or you are not sure how to implement something, please ask for help on our Discord. We are always willing and ready to help you with everything!