actions-marketplace-validations/hrk-setup-flutter

Composite GitHub Action to setup and cache the Flutter SDK.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
refChannel (stable, beta or master), version(3.7.8) or any git reference(3.9.0-0.1.pre).nostable
installationPathInstallation Path of Flutter SDK.no${{ runner.tool_cache }}/flutter
actionsCacheCache Flutter SDK for subsequent GitHub Actions Workflow.notrue
actionsCacheKeyAn explicit key for a cache entry. SHA of ref's HEAD will be appended to the given key. Default key will be computed as `flutter-{OS}-{ref}-{ref_head}`.no""
setFlutterRootPathSet FLUTTER_ROOT to path where Flutter is installed.nofalse
setPubCachePathSet PUB_CACHE to desired path, where pub saves dependencies.no""
addPubCacheBinToPathAdd PUB_CACHE bin to PATH. Note: On Windows, activated global packages can be run by without specifying `dart pub global run` only on pwsh, cmd and powershell.nofalse
flutterPrecachePopulate the Flutter tool's cache of binary artifacts. For additional download options, see `flutter help precache`.nofalse

no outputs