We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b1133 commit 3d6f9afCopy full SHA for 3d6f9af
.fvmrc
@@ -1,5 +1,5 @@
1
{
2
- "flutter": "3.41.2",
+ "flutter": "stable",
3
"flavors": {
4
"prod": "stable",
5
"mincompat": "3.41.0"
.vscode/settings.json
@@ -4,7 +4,7 @@
"source.fixAll": "explicit",
"source.dcm.fixAll": "explicit"
6
},
7
- "dart.flutterSdkPath": ".fvm/versions/3.41.2",
+ "dart.flutterSdkPath": ".fvm/versions/stable",
8
"search.exclude": {
9
"**/.fvm": true
10
melos.yaml
@@ -149,3 +149,4 @@ scripts:
149
api-check:
150
run: dart scripts/api_check.dart
151
description: "Check API compatibility for mix packages (usage: melos run api-check -- [package] [version])"
152
+sdkPath: .fvm/flutter_sdk
0 commit comments