subosito/Set up Flutter

Setup your runner with Flutter environment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
channelThe Flutter build release channelnostable
flutter-versionThe Flutter version to make available on the pathno""
flutter-version-fileThe pubspec.yaml or FVM config file with exact Flutter version definedno""
architectureThe architecture of Flutter SDK executable (x64 or arm64)no${{ runner.arch }}
cacheCache the Flutter SDKnofalse
cache-keyIdentifier for the Flutter SDK cacheno""
cache-pathFlutter SDK cache pathno""
pub-cacheCache the Dart pub dependenciesno""
pub-cache-keyIdentifier for the Dart .pub-cache cacheno""
pub-cache-pathFlutter pub cache pathnodefault
dry-runIf true, get outputs but do not install Flutternofalse
git-sourceGit clone sourcenohttps://github.com/flutter/flutter.git
namedescription
CHANNELThe selected Flutter release channel
VERSIONThe selected Flutter version
ARCHITECTUREThe selected Flutter CPU architecture
CACHE-KEYKey used to cache the Flutter SDK
CACHE-PATHPath to Flutter SDK
PUB-CACHE-KEYKey used to cache the pub dependencies
PUB-CACHE-PATHPath to pub cache
GIT_SOURCEGit source of Flutter SDK repository to clone
CACHE-HIT`true` if the flutter cache was a hit
PUB-CACHE-HIT`true` if the pub cache was a hit