YourBud mobile client portal
This project depends on Firebase Hosting solution for YourBud, see yourbud-market for more information on setting up this project.
-
git clone https://github.com:cybex-dev/yourbud-mobile cd yourbud-market-client
-
This required FlutterFire (from npm's
firebase-tools
) to be installed and configured with the current project.Install & configure FlutterFire with:
flutter pub global activate flutterfire_cli flutterfire configure
-
flutter pub get
-
This builds to
build/web
directory.- Android (see documentation here):
flutter build appbundle
- iOS (see documentation here
flutter build ipa
-
Deploy to PlayStore/AppStore using the generated
appbundle
/ipa
file.