Skip to content

Commit 5f2dbcc

Browse files
build: use fvm
1 parent 199bb11 commit 5f2dbcc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.fvmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"flutter": "stable"
3+
}

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# The .vscode folder contains launch configuration and tasks you configure in
2020
# VS Code which you may wish to be included in version control, so this line
2121
# is commented out by default.
22-
#.vscode/
22+
.vscode/
2323

2424
# Flutter/Dart/Pub related
2525
**/doc/api/
@@ -77,3 +77,6 @@ build/
7777
!**/ios/**/default.mode2v3
7878
!**/ios/**/default.pbxuser
7979
!**/ios/**/default.perspectivev3
80+
81+
# FVM Version Cache
82+
.fvm/

0 commit comments

Comments
 (0)