Browse Source

设置版本

liuyuqi-cnb 1 month ago
parent
commit
3872b73114
3 changed files with 9 additions and 0 deletions
  1. 3 0
      .fvmrc
  2. 3 0
      .gitignore
  3. 3 0
      .vscode/settings.json

+ 3 - 0
.fvmrc

@@ -0,0 +1,3 @@
+{
+  "flutter": "3.29.0"
+}

+ 3 - 0
.gitignore

@@ -44,3 +44,6 @@ app.*.map.json
 /android/app/debug
 /android/app/profile
 /android/app/release
+
+# FVM Version Cache
+.fvm/

+ 3 - 0
.vscode/settings.json

@@ -0,0 +1,3 @@
+{
+  "dart.flutterSdkPath": ".fvm/versions/3.29.0"
+}