Skip to content

Commit 3d6f9af

Browse files
authored
chore: update Flutter version configuration to stable (#873)
1 parent 12b1133 commit 3d6f9af

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.fvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"flutter": "3.41.2",
2+
"flutter": "stable",
33
"flavors": {
44
"prod": "stable",
55
"mincompat": "3.41.0"

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"source.fixAll": "explicit",
55
"source.dcm.fixAll": "explicit"
66
},
7-
"dart.flutterSdkPath": ".fvm/versions/3.41.2",
7+
"dart.flutterSdkPath": ".fvm/versions/stable",
88
"search.exclude": {
99
"**/.fvm": true
1010
},

melos.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,4 @@ scripts:
149149
api-check:
150150
run: dart scripts/api_check.dart
151151
description: "Check API compatibility for mix packages (usage: melos run api-check -- [package] [version])"
152+
sdkPath: .fvm/flutter_sdk

0 commit comments

Comments
 (0)