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 e911357 commit 19ad30aCopy full SHA for 19ad30a
.fvmrc
@@ -0,0 +1,3 @@
1
+{
2
+ "flutter": "stable"
3
+}
.gitignore
@@ -9,7 +9,6 @@
9
.history
10
.svn/
11
migrate_working_dir/
12
-/.fvm
13
14
# IntelliJ related
15
*.iml
@@ -20,7 +19,7 @@ migrate_working_dir/
20
19
# The .vscode folder contains launch configuration and tasks you configure in
21
# VS Code which you may wish to be included in version control, so this line
22
# is commented out by default.
23
-#.vscode/
+.vscode/
24
25
# Flutter/Dart/Pub related
26
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
@@ -29,3 +28,6 @@ migrate_working_dir/
29
28
.dart_tool/
30
.packages
31
build/
+
32
+# FVM Version Cache
33
+.fvm/
0 commit comments