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 079fb01 commit d0b3229Copy full SHA for d0b3229
.fvmrc
@@ -0,0 +1,3 @@
1
+{
2
+ "flutter": "stable"
3
+}
.gitignore
@@ -14,7 +14,6 @@
14
.settings
15
/.fvm
16
17
-
18
# IntelliJ related
19
*.iml
20
*.ipr
@@ -24,7 +23,7 @@
24
23
# The .vscode folder contains launch configuration and tasks you configure in
25
# VS Code which you may wish to be included in version control, so this line
26
# is commented out by default.
27
-#.vscode/
+.vscode/
28
29
# Flutter/Dart/Pub related
30
**/doc/api/
@@ -84,3 +83,6 @@ pubspec.lock
84
83
!**/ios/**/default.pbxuser
85
!**/ios/**/default.perspectivev3
86
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
+
87
+# FVM Version Cache
88
+.fvm/
0 commit comments