galpi
galpi,使用 Flutter 构建的书籍记录应用。

构建
构建所需的秘密文件。
Android 构建
android/key.propertiesandroid/app/serviceAccount.jsonandroid/app/upload.keystore
Firebase
android/app/google-services.jsonios/GoogleService-Info.plist
对于 CI 构建,这些文件也应在加密后上传到 travis。
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
部署
iOS
flutter build ios --build-number=$(date "+%Y%m%d%H%M%S")
Android
(待定)