Skip to content

Commit

Permalink
feat: update fvm flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
payam-zahedi committed May 2, 2024
1 parent 0b25eed commit 6ce7c12
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
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.13.5",
"flavors": {}
"flutterSdkVersion": "3.19.6"
}
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutter": "3.13.5",
"flutter": "3.19.6",
"flavors": {}
}
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ migrate_working_dir/
build/

# fvm
.fvm/flutter_sdk

.vscode
.vscode

# FVM Version Cache
.fvm/

0 comments on commit 6ce7c12

Please sign in to comment.