Add Config for FVM

iOS
mlch911 4 years ago
parent efe2a207b4
commit a95036f8cf

@ -0,0 +1,4 @@
{
"flutterSdkVersion": "1.22.6",
"flavors": {}
}

1
.gitignore vendored

@ -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

@ -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
}
}
Loading…
Cancel
Save