Browse Source

Add .fvmrc file to specify Flutter version 3.29.0

liuyuqi-cnb 1 week ago
parent
commit
40050db239
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .fvmrc

+ 3 - 0
.fvmrc

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