Skip to content

Commit

Permalink
Setup fvm channel to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
meg4cyberc4t committed Mar 27, 2024
1 parent 35f1f03 commit 75f5d3c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .fvm/flutter_sdk
3 changes: 1 addition & 2 deletions .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"flutterSdkVersion": "3.16.8",
"flavors": {}
"flutterSdkVersion": "stable"
}
4 changes: 4 additions & 0 deletions .fvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flutter": "stable",
"flavors": {}
}
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ doc/api/
.DS_Store
**/.DS_Store

report.xml
report.xml

# FVM Version Cache
.fvm/
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dart.flutterSdkPath": ".fvm/flutter_sdk",
"dart.flutterSdkPath": ".fvm/versions/stable",
"search.exclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"**/.fvm": true
}
}
}

0 comments on commit 75f5d3c

Please sign in to comment.