You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/docs/workflows/license_check.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The License Check functionality is powered by [Very Good CLI's license checker](
14
14
15
15
The License Check workflow consists of the following steps:
16
16
17
-
1. Setup Dart
17
+
1. Setup Dart or Flutter
18
18
2. Set SSH Key (if provided)
19
19
3. Install project dependencies
20
20
4. Check licenses
@@ -35,10 +35,22 @@ The License Check workflow consists of the following steps:
35
35
36
36
### `dart_sdk`
37
37
38
-
**Optional** Which Dart SDK version to use. It can be a version (e.g. `3.5.0`) or a channel (e.g. `stable`):
38
+
**Optional** Which Dart SDK version to use. It can be a version (e.g. `3.5.0`) or a channel (e.g. `stable`). Ignored when `flutter_version` is set.
39
39
40
40
**Default**`"stable"`
41
41
42
+
### `flutter_channel`
43
+
44
+
**Optional** The Flutter channel to use (e.g. `stable`, `beta`). Only used when `flutter_version` is set.
45
+
46
+
**Default**`"stable"`
47
+
48
+
### `flutter_version`
49
+
50
+
**Optional** Which Flutter SDK version to use. When set, Flutter is used instead of Dart to install dependencies. It can be a version (e.g. `3.24.0`) or a version constraint (e.g. `3.24.x`).
51
+
52
+
**Default**`""`
53
+
42
54
### `allowed`
43
55
44
56
**Optional** Only allow the use of certain licenses. The expected format is a comma-separated list.
0 commit comments