Skip to content

Commit 86a8d84

Browse files
committed
Add FVM Support
1 parent ab8d5d6 commit 86a8d84

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: .fvmrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"flutter": "3.29.2"
3+
}

Diff for: .gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ app.*.map.json
4646
/android/app/release
4747

4848
pubspec.lock
49-
.fvm/flutter_sdk
50-
.fvm/fvm_config.json
49+
50+
# FVM Version Cache
51+
.fvm/

Diff for: .vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"dart.flutterSdkPath": ".fvm/versions/3.29.2"
3+
}

0 commit comments

Comments
 (0)