chika3742/setup-fvm
An action installs and caches FVM, Flutter SDK, and dependencies using FVM.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-dir | Path to the Flutter project root. | no | . |
| cache | Whether to cache Flutter SDK and Pub packages (in ~/.pub-cache). | no | true |
Outputs
| name | description |
|---|---|
| flutter-cache-hit | The key for the cache hit of Flutter SDK cache. |
| pub-cache-hit | The key for the cache hit if Pub packages cache. |