actions-marketplace-validations/hrk-setup-flutter
Composite GitHub Action to setup and cache the Flutter SDK.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | Channel (stable, beta or master), version(3.7.8) or any git reference(3.9.0-0.1.pre). | no | stable |
| installationPath | Installation Path of Flutter SDK. | no | ${{ runner.tool_cache }}/flutter |
| actionsCache | Cache Flutter SDK for subsequent GitHub Actions Workflow. | no | true |
| actionsCacheKey | An 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 | "" |
| setFlutterRootPath | Set FLUTTER_ROOT to path where Flutter is installed. | no | false |
| setPubCachePath | Set PUB_CACHE to desired path, where pub saves dependencies. | no | "" |
| addPubCacheBinToPath | Add 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. | no | false |
| flutterPrecache | Populate the Flutter tool's cache of binary artifacts. For additional download options, see `flutter help precache`. | no | false |
Outputs
no outputs