File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- [ flutter-actions/setup-pubdev-credentials ] : https://github.com/flutter-actions/setup-pubdev-credentials
2
- [ Pub.dev ] : https://pub.dev
3
1
[ GitHub Action ] : https://github.com/flutter-actions/setup-flutter
4
2
[ MIT License ] : https://github.com/flutter-actions/setup-flutter/blob/main/LICENSE
3
+ [ flutter-actions/setup-pubdev-credentials ] : https://github.com/flutter-actions/setup-pubdev-credentials
4
+ [ Pub.dev ] : https://pub.dev
5
5
6
6
## About
7
7
@@ -17,12 +17,12 @@ This [GitHub Action] installs and sets up of a Flutter SDK for use in actions by
17
17
## Inputs
18
18
19
19
The action takes the following inputs:
20
- * ` channel ` : (Required) A release channel, which will install the latest build from that channel.
20
+ * ` version ` : (Required) A specific Flutter SDK version to install, e.g. ` latest ` or ` 3.0.2 ` or ` 3.1.0-9.0.pre `
21
+
22
+ * ` channel ` : (Required) The Flutter SDK release channel to install.
21
23
Available channels are ` stable ` , ` beta ` . See
22
24
https://flutter.dev/docs/development/tools/sdk/releases for details.
23
25
24
- * ` version ` : (Required) A specific SDK version, e.g. ` latest ` or ` 3.0.2 ` or ` 3.1.0-9.0.pre `
25
-
26
26
* ` cache ` : (Optional) Enable cache of the pub dependencies. Default: false
27
27
28
28
* ` cache-sdk ` : (Optional) Enable cache of the installed Flutter SDK. Default: false
Original file line number Diff line number Diff line change 9
9
required : false
10
10
default : " latest"
11
11
channel :
12
- description : " The version to install. Default: stable"
12
+ description : ' The release channel to install. Default: stable'
13
13
required : false
14
- default : " stable"
14
+ default : ' stable'
15
15
cache :
16
16
description : ' Cache the pub dependencies. Default: false'
17
17
required : false
You can’t perform that action at this time.
0 commit comments