flutter galpi
galpi, the book logging app built with flutter.
build
following secret files are required for build.
android build:
android/key.properties
android/app/serviceaccount.json
android/app/upload.keystore
firebase:
android/app/google-services.json
ios/googleservice-info.plist
for ci build, these files should also be uploaded to travis after encryption.
tar cvf secrets.tar android/key.properties android/app/serviceaccount.json android/app/upload.keystore android/app/google-services.json ios/googleservice-info.plist
travis encrypt-file secrets.tar
deployment
ios
flutter build ios --build-number=$(date "+%y%m%d%h%m%s")
android
(tbd)
Comments are closed.