migrate Flutter 3.7.0

This commit is contained in:
lollipopkit
2023-01-26 14:37:52 +08:00
parent 9c8f9c3b9f
commit 0ecc321115
15 changed files with 339 additions and 228 deletions

View File

@@ -1,9 +1,9 @@
{
"dart.flutterSdkPath": ".fvm",
"files.watcherExclude": {
".fvm": true
"**/.fvm": true
},
"search.exclude": {
".fvm": true
"**/.fvm": true
}
}