Hello, welcome to the Happy! mobile app.
-
The main framework used was flutter
-
It was my first time using flutter
-
This project was only setup for android, if you want to use it in iOS you will need to setup the google maps api key there, and the App Icon
-
The contact button and the google map routes button hasn't been implemented.
- You need to run:
flutter pub get
- Then need to setup android project
- Then need to run:
flutter build apk --debug
- Then need to run:
flutter build apk --dart-define=API_URL=***your-backend-url***
- Your app build can be found in: mobile/build/app/outputs/flutter-apk/app-release.apk
If you just want to run the project, follow the phases above, just change the flutter build commands
by flutter run
- You will need a emulator or a device setup