Add Config for FVM

This commit is contained in:
2022-04-10 16:19:26 +08:00
parent efe2a207b4
commit a95036f8cf
3 changed files with 16 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"flutterSdkVersion": "1.22.6",
"flavors": {}
}
+1
View File
@@ -30,6 +30,7 @@
.pub-cache/ .pub-cache/
.pub/ .pub/
/build/ /build/
.fvm/flutter_sdk
android/app/release/app-release.apk android/app/release/app-release.apk
# Web related # Web related
+11
View File
@@ -0,0 +1,11 @@
{
"dart.flutterSdkPath": ".fvm/flutter_sdk",
// Remove .fvm files from search
"search.exclude": {
"**/.fvm": true
},
// Remove from file watching
"files.watcherExclude": {
"**/.fvm": true
}
}