Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Latest commit

 

History

History

mobile

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Happy! mobile app

Hello, welcome to the Happy! mobile app.


Observations

  • 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.

Build instructions

  1. You need to run: flutter pub get
  2. Then need to setup android project
  3. Then need to run: flutter build apk --debug
  4. 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

Run instructions

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