chore: add fvm config and vscode sdk path

This commit is contained in:
2026-03-06 01:04:14 +11:00
parent 66dbbebc07
commit be038a9e6f
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"flutter": "stable"
}
+3
View File
@@ -43,3 +43,6 @@ app.*.map.json
/android/app/debug /android/app/debug
/android/app/profile /android/app/profile
/android/app/release /android/app/release
# FVM Version Cache
.fvm/
+3
View File
@@ -0,0 +1,3 @@
{
"dart.flutterSdkPath": ".fvm/versions/stable"
}