App for BRP products.
The development of this app includes features that will be depending on packages.
- font, colors and UI theme
- login
- Registration
- Third party login - google & facebook
- onboarding and data collection
lib/ ├── core/ │ ├── theme/ │ ├── constants/ │ └── utils/ ├── data/ │ ├── models/ │ ├── services/ │ └── repositories/ ├── features/ │ ├── auth/ │ ├── onboarding/ │ ├── bluetooth/ │ ├── api_test/ │ └── user_test/ ├── state/ │ ├── providers/ │ └── controllers/ └── main.dart