dart-lang/Setup Dart SDK
Download and setup the Dart SDK.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sdk | This can be either the channel to install (i.e., 'stable', 'beta', 'dev'), an SDK release version (i.e., '2.19', '3.1'), or a specific SDK version (i.e, '2.19.1', '3.0.0-1.4.beta'). | no | stable |
| architecture | The CPU architecture ('x64', 'ia32', 'arm', or 'arm64'). | no | — |
| flavor | The build flavor ('release' or 'raw'). | no | — |
| problem-matcher | Register a problem matcher for dart analyze. Set to 'false' to disable. | no | true |
Outputs
| name | description |
|---|---|
| dart-version | The installed Dart version. |