koji-1009/Setup Flutter
Set up Flutter SDK for GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| flutter-version | Flutter SDK version (e.g. 3.29.0, 3.x, >=3.29.0 <4.0.0) | no | "" |
| flutter-version-file | Path to pubspec.yaml, pubspec.yml, or .fvmrc | no | "" |
| channel | Release channel: stable, beta, or master | no | stable |
| architecture | CPU architecture: x64 or arm64 (auto-detected if omitted) | no | — |
| fvm-flavor | FVM flavor name | no | "" |
| cache-sdk | Cache Flutter SDK | no | true |
| cache-pub | Cache pub dependencies (requires pubspec.lock) | no | true |
| git-source | Install method: release or git | no | release |
| git-source-url | Git repository URL | no | https://github.com/flutter/flutter.git |
| dry-run | Only resolve version, do not install | no | false |
Outputs
| name | description |
|---|---|
| flutter-version | Installed Flutter version |
| dart-version | Included Dart SDK version |
| channel | Resolved channel |
| cache-sdk-hit | Whether SDK cache was restored |
| cache-pub-hit | Whether pub cache was restored |
| architecture | Resolved CPU architecture |