antinna/flutter-antinna

Automates the build and deployment of your Flutter app and GitHub Pages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 23, 2024
License
BSD

Pinned Snippet

workflow.ymlSHA-pinned
uses: antinna/fa@228fb557e855af4f85862f2e9b9675d5534d59e3 # v1.0.0

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

namedescriptionrequireddefault
releaseIf set to `true`, it will run release builds, otherwise debug buildsnofalse
keystoreBase64 encoded keystore.jks, required if release is trueno""
keystore-pwdkeystore password, required if release is trueno""
key-pwdkey password, required if release is trueno""
aab_generationGenerate AABnofalse
apk_generationGenerate APKnofalse
ipa_generationGenerate IPA (iOS)nofalse
dmg_generationGenerate DMG (macOS)nofalse
appImage_generationGenerate LINUX APPIMAGE (Linux)nofalse
exe_generationGenerate EXE (Windows)nofalse
gh_pagesDeploy to GitHub Pagesnofalse
build_runner_buildBuild Runner Buildnofalse
change_splashChange Splashnofalse
i18n_generationGenerate i18nnofalse
generate_launcher_iconsGenerate Launcher Iconsnofalse
custom_app_nameCustom App Name (Leave empty to skip)no
custom_package_nameCustom Package Name (Leave empty to skip)no
webRendererWhich web renderer to be used, default is autonoauto
workingDirThe directory where the project is (default .)no.
targetBranchnogh-pages
baseHrefbase href (if applicable)no/
customArgsCustom args like: --dart-define="key=value"no
namedescription
apk-pathPath to built apk if build-type was set to apk or aab
aab-pathPath to built aab if build-type was set to aab or aab
ipa-pathPath to built IPA file if build-type was set for iOS
dmg-pathPath to built DMG file if build-type was set for macOS
appImage-pathPath to built APPIMAGE file if build-type was set for Linux
exe-pathPath to built EXE file if build-type was set for Windows