crianpiro/Build Flutter App

Build the Flutter artifact (iOS IPA or Android APK/AAB) for distribution

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 23, 2026
License
BSD

Pinned Snippet

workflow.ymlSHA-pinned
uses: crianpiro/build_flutter_app@3fba1426cfed86cf79bcc318b6381d1e539eee45 # v2.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
platformWhich platform to build: 'ios' or 'android'noios
working-directoryThe root directory of the flutter app within this repository./
flavorThe name of the flavor to buildno
bundle-idThe bundle identifier of the flavor to buno
use-flutterfireWhether this project uses FlutterFire or notnotrue
certificate-base64The Base64 representation of the .p12 certificateno
certificate-passwordPassword for the .p12 certificate.no
provisioning-profile-base64Base64 of the provisioning profile (.mobileprovision)no
export-options-plistThe export options .plist with your provisioning profile mappedno
keychain-passwordPassword of the runner keychainno
android-outputAndroid artifact to produce: 'apk', 'aab' or 'both'noapk
android-keystore-base64The Base64 representation of the release keystore (.jks/.keystore)no
android-keystore-passwordPassword for the keystore (storePassword)no
android-key-passwordPassword for the signing key (keyPassword)no
android-key-aliasAlias of the signing key within the keystoreno

no outputs