Skip to content

Instantly share code, notes, and snippets.

@nmaruy27
Last active November 22, 2022 14:45
Show Gist options
  • Save nmaruy27/b8c7fbc5b5c0d5a51bf8a77f2b1553be to your computer and use it in GitHub Desktop.
Save nmaruy27/b8c7fbc5b5c0d5a51bf8a77f2b1553be to your computer and use it in GitHub Desktop.
rpsパッケージのサンプル
name: sample
scripts:
gen: flutter pub run build_runner build -d
prod:
build:
before-ios: flutterfire configure -y -o lib/generated/flutterfire/firebase_options_production.dart -p sample-prj -i com.example.sample -a com.example.sample
ios: flutter build ipa --release --flavor production -t lib/main_production.dart
before-android: flutterfire configure -y -o lib/generated/flutterfire/firebase_options_production.dart -p sample-prj -i com.example.sample -a com.example.sample
android: flutter build appbundle --release --flavor production -t lib/main_production.dart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment