Skip to content

Commit

Permalink
Upgrade Flutter to v3.22.1 (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored May 23, 2024
1 parent 22ecc10 commit 1b5b877
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .fvmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"flutter": "3.22.0",
"updateVscodeSettings": false,
"updateGitIgnore": false,
"runPubGetOnSdkChanges": false
"flutter": "3.22.1",
"runPubGetOnSdkChanges": false,
"updateVscodeSettings": true,
"updateGitIgnore": false
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dart.flutterSdkPath": ".fvm/versions/3.22.0",
"dart.flutterSdkPath": ".fvm/versions/3.22.1",
"search.exclude": {
"**/.fvm": true
},
Expand Down

0 comments on commit 1b5b877

Please sign in to comment.