The book logging app built with 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)