File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "flutter": "stable",
3
+ "flavors": {
4
+ "stable": "stable",
5
+ "beta": "beta"
6
+ }
7
+ }
Original file line number Diff line number Diff line change @@ -28,10 +28,17 @@ jobs:
28
28
with :
29
29
paths : " **/*.md"
30
30
31
+ - name : Get Flutter version by FVM
32
+ uses : kuhnroyal/flutter-fvm-config-action@v2
33
+ id : fvm-config-action
34
+ with :
35
+ path : ' .fvmrc'
36
+ flavor : ' stable'
37
+
31
38
- uses : subosito/flutter-action@v2
32
39
with :
33
- channel : ' stable '
34
- # use the build-in cache from Subosito
40
+ flutter-version : ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
41
+ channel : ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }}
35
42
cache : true
36
43
37
44
- name : Install dependencies
Original file line number Diff line number Diff line change 19
19
# The .vscode folder contains launch configuration and tasks you configure in
20
20
# VS Code which you may wish to be included in version control, so this line
21
21
# is commented out by default.
22
- # .vscode/
22
+ .vscode /
23
23
24
24
# Flutter/Dart/Pub related
25
25
** /doc /api /
You can’t perform that action at this time.
0 commit comments