Update dependency flutter to v3.41.9#67
Conversation
ce6fa4e to
3a9bd51
Compare
3a9bd51 to
bbf6f69
Compare
bbf6f69 to
0363e8c
Compare
0363e8c to
9e6bb5d
Compare
9e6bb5d to
bf33a07
Compare
bf33a07 to
5d149bc
Compare
5d149bc to
653af70
Compare
653af70 to
eca49ce
Compare
| @@ -1,3 +1,3 @@ | |||
| { | |||
| "flutter": "3.29.1" | |||
| "flutter": "3.38.1" | |||
There was a problem hiding this comment.
Bug: Flutter Version Mismatch Disrupts VS Code IDE
Updating .fvmrc to Flutter 3.38.1 creates a version mismatch with .vscode/settings.json, which still points to .fvm/versions/3.29.1. The VS Code Dart extension will use the wrong Flutter SDK path, causing IDE features to malfunction or use an outdated SDK version.
eca49ce to
d5752ef
Compare
d5752ef to
6016740
Compare
36550a4 to
9c01edc
Compare
9c01edc to
4ddbf6f
Compare
4ddbf6f to
9abc50f
Compare
9abc50f to
c5321db
Compare
c5321db to
d4c9716
Compare
d4c9716 to
8132ad5
Compare
8132ad5 to
7611fc2
Compare
7611fc2 to
10af188
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 10af188. Configure here.
| @@ -1,3 +1,3 @@ | |||
| { | |||
| "flutter": "3.29.1" | |||
| "flutter": "3.41.7" | |||
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 10af188. Configure here.
10af188 to
e401af2
Compare
e401af2 to
8993e6b
Compare


This PR contains the following updates:
3.29.1→3.41.9Release Notes
flutter/flutter (flutter)
v3.41.9Compare Source
v3.41.8Compare Source
v3.41.7Compare Source
v3.41.6Compare Source
v3.41.5Compare Source
v3.41.4Compare Source
v3.41.3Compare Source
v3.41.2Compare Source
v3.41.1Compare Source
test_apiversion influtter_test.v3.41.0Compare Source
Learn about what's new in this release in the blog post, and check out the CHANGELOG for a detailed list of all the new changes.
v3.38.10Compare Source
v3.38.9Compare Source
v3.38.8Compare Source
flutter run -d chromemay crash with aDartDevelopmentServiceExceptionwhen the application shuts down during the startup sequence.v3.38.7Compare Source
flutter run -d allcrashes if multiple devices are available.v3.38.6Compare Source
flutter widget-preview startcreates new cached build artifacts on each run, resulting in increasing disk usage after each run.v3.38.5Compare Source
v3.38.4Compare Source
flutter widget-preview startcan crash if.dart_tool/widget_preview_scaffold/.dart_tooldoesn't exist on subsequent runs.flutter widget-preview startcrashes if a file namedpubspec.yamlis modified outside the root of the previewed project.flutter attachcan crash if the target application disconnects unexpectedly.flutter pub getcould be spawned multiple times on MacOS whenpubspec.yamls outside of the project were modified after aflutter pub getin the root project.v3.38.3Compare Source
v3.38.2Compare Source
v3.38.1Compare Source
v3.38.0Compare Source
Learn about what's new in this release in the blog post, and check out the CHANGELOG for a detailed list of all the new changes.
v3.35.7Compare Source
Activitiesare not kept upon exit and an Activity is exited and re-entered.v3.35.6Compare Source
flutter analyze --suggestionssupports versions up to Java 25, Gradle 9 and AGP 9, Kotlin 2.2.20.v3.35.5Compare Source
v3.35.4Compare Source
v3.35.3Compare Source
flutter build apkmay fail to calculate the version code when using--build-number.v3.35.2Compare Source
exynos9820chip from using the Impeller Vulkan backend.@Preview()to invalid nodes.v3.35.1Compare Source
flutter.dev.v3.35.0Compare Source
Initial stable release.
v3.32.8Compare Source
TextInput.hidecall incorrectly clears the text in the active text field on iOS.v3.32.7Compare Source
v3.32.6Compare Source
LayoutBuilderon any platform, prevent null check crash.v3.32.5Compare Source
v3.32.4Compare Source
darttooling.v3.32.3Compare Source
NavigationBarandNavigationDrawerv3.32.2Compare Source
v3.32.1Compare Source
appFlavoris null after hot restarts or duringflutter test.v3.32.0Compare Source
Initial stable release.
v3.29.3Compare Source
GIT_DIRto enable flutter tool calls in githooks.Android, Fixes Android Emulator crash when navigating to routes with backdrop
blurs.
computeorIsolate.runhas not completed.v3.29.2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.