Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"flutter": "3.29.1"
"flutter": "3.41.7"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VS Code SDK path still references old Flutter version

Medium Severity

The Flutter version in .fvmrc is updated to 3.41.7, but .vscode/settings.json still has dart.flutterSdkPath hardcoded to .fvm/versions/3.29.1. After this change, VS Code will reference a stale or non-existent SDK path, breaking IDE analysis, autocomplete, and debugging for developers using VS Code. The path needs to match the new version or use the .fvm/flutter_sdk symlink instead.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 10af188. Configure here.

}
Loading