A new Flutter project built with Stacked.
To contribute to this project, features are added via PRs. The guideline for PRs are one PR per feature. Features can be a screen, backend integration or a bug fix. When creating a branch that later turns into a PR, kindly make use of this formats in branch formats below.
Below are the formats to use when contributing to this project.
- feat/<branch_name>
- chore/<branch_name>
- fix/<branch_name>