Make yourself accountable by betting on your habits.
SignUp.mov
Create.Bet.mov
Save.Profile.Pic.mov
For the firebase connection you need to request the API Key from me. Alternativly you can setup your own: https://firebase.google.com/docs/flutter/setup?platform=android
Requirements: Flutter, Dart
Clone the repository
git clone https://github.com/Darjusch/Fitup-Flutter.git
In the root folder of the repository:
flutter pub get
then connect your device and you are ready to go.
- assets/ -> images and icons used by the app
- test/ -> unit tests
- integration_tests -> integration tests
- apis -> firebase api
- controller -> reusable logic in helper files
- models -> data models
- providers -> statemanagement files
- screens -> UI of the screens
- widgets -> reusable widgets
- unused -> code that will be used in the future