We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199bb11 commit 5f2dbccCopy full SHA for 5f2dbcc
.fvmrc
@@ -0,0 +1,3 @@
1
+{
2
+ "flutter": "stable"
3
+}
.gitignore
@@ -19,7 +19,7 @@
19
# The .vscode folder contains launch configuration and tasks you configure in
20
# VS Code which you may wish to be included in version control, so this line
21
# is commented out by default.
22
-#.vscode/
+.vscode/
23
24
# Flutter/Dart/Pub related
25
**/doc/api/
@@ -77,3 +77,6 @@ build/
77
!**/ios/**/default.mode2v3
78
!**/ios/**/default.pbxuser
79
!**/ios/**/default.perspectivev3
80
+
81
+# FVM Version Cache
82
+.fvm/
0 commit comments