antinna/flutter-antinna
Automates the build and deployment of your Flutter app and GitHub Pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 23, 2024
- License
- BSD
Pinned Snippet
uses: antinna/fa@228fb557e855af4f85862f2e9b9675d5534d59e3 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| release | If set to `true`, it will run release builds, otherwise debug builds | no | false |
| keystore | Base64 encoded keystore.jks, required if release is true | no | "" |
| keystore-pwd | keystore password, required if release is true | no | "" |
| key-pwd | key password, required if release is true | no | "" |
| aab_generation | Generate AAB | no | false |
| apk_generation | Generate APK | no | false |
| ipa_generation | Generate IPA (iOS) | no | false |
| dmg_generation | Generate DMG (macOS) | no | false |
| appImage_generation | Generate LINUX APPIMAGE (Linux) | no | false |
| exe_generation | Generate EXE (Windows) | no | false |
| gh_pages | Deploy to GitHub Pages | no | false |
| build_runner_build | Build Runner Build | no | false |
| change_splash | Change Splash | no | false |
| i18n_generation | Generate i18n | no | false |
| generate_launcher_icons | Generate Launcher Icons | no | false |
| custom_app_name | Custom App Name (Leave empty to skip) | no | — |
| custom_package_name | Custom Package Name (Leave empty to skip) | no | — |
| webRenderer | Which web renderer to be used, default is auto | no | auto |
| workingDir | The directory where the project is (default .) | no | . |
| targetBranch | — | no | gh-pages |
| baseHref | base href (if applicable) | no | / |
| customArgs | Custom args like: --dart-define="key=value" | no | — |
Outputs
| name | description |
|---|---|
| apk-path | Path to built apk if build-type was set to apk or aab |
| aab-path | Path to built aab if build-type was set to aab or aab |
| ipa-path | Path to built IPA file if build-type was set for iOS |
| dmg-path | Path to built DMG file if build-type was set for macOS |
| appImage-path | Path to built APPIMAGE file if build-type was set for Linux |
| exe-path | Path to built EXE file if build-type was set for Windows |