Skip to content

Commit 9d5eb0e

Browse files
upgrade: update dependency flutter to v3.41.1 (#723)
This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [flutter](https://flutter.dev) ([source](https://redirect.github.com/flutter/flutter)) | minor | `3.35.2` → `3.41.1` | `3.41.3` (+1) | --- ### Release Notes <details> <summary>flutter/flutter (flutter)</summary> ### [`v3.41.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3411) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.41.0...3.41.1) - [flutter/182314](https://redirect.github.com/flutter/flutter/issues/182314) Test coverage is broken due to pinned `test_api` version in `flutter_test`. - [flutter/182335](https://redirect.github.com/flutter/flutter/issues/182335) Version 1.29 of the Dart test package adds a blank line to test output causing unexpected test failures. ### [`v3.41.0`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3410) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.38.10...3.41.0) Learn about what's new in this release in [the blog post](https://blog.flutter.dev/whats-new-in-flutter-3-41-302ec140e632), and check out the [CHANGELOG](https://docs.flutter.dev/release/release-notes/release-notes-3.41.0) for a detailed list of all the new changes. ### [`v3.38.10`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#33810) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.38.9...3.38.10) - [flutter/181607](https://redirect.github.com/flutter/flutter/pull/181607) When using an ffi plugin on macOS, generated frameworks have the wrong structure. ### [`v3.38.9`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3389) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.38.8...3.38.9) - [flutter/181568](https://redirect.github.com/flutter/flutter/pull/181568) Update Dart to 3.10.8. ### [`v3.38.8`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3388) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.38.7...3.38.8) - [flutter/178151](https://redirect.github.com/flutter/flutter/issues/178151) - `flutter run -d chrome` may crash with a `DartDevelopmentServiceException` when the application shuts down during the startup sequence. ### [`v3.38.7`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3387) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.38.6...3.38.7) - [flutter/179857](https://redirect.github.com/flutter/flutter/issues/179857) - `flutter run -d all` crashes if multiple devices are available. ### [`v3.38.6`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3386) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.38.5...3.38.6) - [flutter/179139](https://redirect.github.com/flutter/flutter/issues/179139) - `flutter widget-preview start` creates new cached build artifacts on each run, resulting in increasing disk usage after each run. - [flutter/178896](https://redirect.github.com/flutter/flutter/issues/178896) - Apps crash during launch on Windows when run from paths containing non-ASCII characters. - [flutter/176943](https://redirect.github.com/flutter/flutter/issues/176943) - Configuration changes to run tests on macOS 15 or 15.7.2 for Flutter's CI. - [flutter/179914](https://redirect.github.com/flutter/flutter/issues/179914) - Flutter Android apps that upgrade to AGP 9.0.0 require migration steps. - [flutter/175099](https://redirect.github.com/flutter/flutter/issues/175099) - When WebViews are scrolled on iOS 26, they become unclickable. - [flutter/175074](https://redirect.github.com/flutter/flutter/issues/175074) - When the virtual keyboard is closed on Android web, the area behind it remains blank and the app only draws in the area that used to be above the keyboard. - [flutter/180381](https://redirect.github.com/flutter/flutter/issues/180381) - Apps crash on Android when enabling accessibility, hiding a platform view, and pulling out the top curtain. ### [`v3.38.5`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3385) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.38.4...3.38.5) - [flutter/179700](https://redirect.github.com/flutter/flutter/issues/179700) Update dart to 3.10.4. ### [`v3.38.4`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3384) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.38.3...3.38.4) - [flutter/178547](https://redirect.github.com/flutter/flutter/issues/178547) Rendering issues in the Linux desktop embedder when using Skia. - [flutter/178529](https://redirect.github.com/flutter/flutter/issues/178529) AppLocalizations getting deleted when running debug web - [flutter/178660](https://redirect.github.com/flutter/flutter/issues/178660) `flutter widget-preview start` can crash if `.dart_tool/widget_preview_scaffold/.dart_tool` doesn't exist on subsequent runs. - [flutter/175227](https://redirect.github.com/flutter/flutter/issues/175227) Flutter Web applications launched in Chrome show a warning related to --no-sandbox. - [flutter/179155](https://redirect.github.com/flutter/flutter/issues/179155) `flutter widget-preview start` crashes if a file named `pubspec.yaml` is modified outside the root of the previewed project. - [flutter/156692](https://redirect.github.com/flutter/flutter/issues/156692) `flutter attach` can crash if the target application disconnects unexpectedly. - [flutter/179008](https://redirect.github.com/flutter/flutter/issues/179008) `flutter pub get` could be spawned multiple times on MacOS when `pubspec.yaml`s outside of the project were modified after a `flutter pub get` in the root project. - [flutter/178715](https://redirect.github.com/flutter/flutter/issues/178715) Running flutter test on Linux/MacOS for Android projects with build hooks fails without the desktop native tooling installed. ### [`v3.38.3`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3383) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.38.2...3.38.3) - [flutter/178772](https://redirect.github.com/flutter/flutter/issues/178772) Flutter engine reports a different version than the framework. - [flutter/178804](https://redirect.github.com/flutter/flutter/issues/178804) Bump Dart version to [3.10.1](https://redirect.github.com/dart-lang/sdk/blob/3.10.1/CHANGELOG.md#3101). ### [`v3.38.2`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3382) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.38.1...3.38.2) - [flutter/178472](https://redirect.github.com/flutter/flutter/issues/178472) Widget preview command can crash on exit if in the middle of analyzing changes to a Dart file. - [flutter/178452](https://redirect.github.com/flutter/flutter/issues/178452) Flutter fails to build on iOS with error message: "Improperly formatted define flag" in add-to-app scenarios. - [flutter/178486](https://redirect.github.com/flutter/flutter/issues/178486) When running flutter widget-preview start with Flutter Web disabled, an exception is thrown and the widget previewer fails to start. - [flutter/178317](https://redirect.github.com/flutter/flutter/issues/178317) Running flutter pub get can crash the widget previewer when plugin dependencies are added or updated. - [flutter/178318](https://redirect.github.com/flutter/flutter/issues/178318) Certain flutter crash scenarios can result in multiple crash reports being submitted for a single process crash. - [flutter/176399](https://redirect.github.com/flutter/flutter/issues/176399) Visual Studio 2026 is not supported when compiling Windows desktop applications. - [flutter/175058](https://redirect.github.com/flutter/flutter/issues/175058) The widget previewer fails to start if flutter pub get has not been run in the target project. - [flutter/178421](https://redirect.github.com/flutter/flutter/issues/178421) When debugging from an IDE with a physical iOS 26 device, IDE installs an app but hangs on a white screen during launching. ### [`v3.38.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3381) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.38.0...3.38.1) - [flutter/178400](https://redirect.github.com/flutter/flutter/issues/178400) Adds support for Dart 3.10 stable. ### [`v3.38.0`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3380) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.35.7...3.38.0) Learn about what's new in this release in [the blog post](https://blog.flutter.dev/whats-new-in-flutter-3-38-3f7b258f7228), and check out the [CHANGELOG](https://docs.flutter.dev/release/release-notes/release-notes-3.38.0) for a detailed list of all the new changes. ### [`v3.35.7`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3357) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.35.6...3.35.7) - [flutter/174082](https://redirect.github.com/flutter/flutter/issues/174082) Apps, on all platforms, that extend MenuController class see a compile time failure when building. - [flutter/173770](https://redirect.github.com/flutter/flutter/issues/173770) Mitigates a memory leak that occurs on Android, when `Activities` are not kept upon exit and an Activity is exited and re-entered. ### [`v3.35.6`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3356) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.35.5...3.35.6) - [flutter/175669](https://redirect.github.com/flutter/flutter/issues/175669) `flutter analyze --suggestions` supports versions up to Java 25, Gradle 9 and AGP 9, Kotlin 2.2.20. - [flutter/172624](https://redirect.github.com/flutter/flutter/issues/172624) Fixes an issue that could result in a corrupt pipeline cache when using the Impeller Vulkan back end. ### [`v3.35.5`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3355) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.35.4...3.35.5) - [flutter/172105](https://redirect.github.com/flutter/flutter/issues/172105) Flutter view no longer hangs after multiple transitions on iOS add-to-app. - [flutter/173106](https://redirect.github.com/flutter/flutter/issues/173106) Multiple cursors display correctly. ### [`v3.35.4`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3354) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.35.3...3.35.4) - [flutter/173474](https://redirect.github.com/flutter/flutter/issues/173474) - On all platforms PlatformDispatchers.instance.engineId no longer returns null after hot restart. - [flutter/174513](https://redirect.github.com/flutter/flutter/issues/174513) - On iOS 26, fix a bug where platform view's gesture blocking fails and lets touches on Flutter views fall through to underlying platform views. ### [`v3.35.3`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3353) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.35.2...3.35.3) - [flutter/172627](https://redirect.github.com/flutter/flutter/issues/172627) - Unnecessary output is printed in non-verbose mode. - [flutter/173917](https://redirect.github.com/flutter/flutter/issues/173917) - On Android, `flutter build apk` may fail to calculate the version code when using `--build-number`. - [flutter/174437](https://redirect.github.com/flutter/flutter/issues/174437) - When running a Flutter web application in debug mode, the console is spammed with non-fatal error messages. - [flutter/174267](https://redirect.github.com/flutter/flutter/issues/174267) - Golden test failures can cause the test harness to stall. - [flutter/171691](https://redirect.github.com/flutter/flutter/issues/171691) - A race condition can cause crashes in the Impeller Vulkan back end. - [flutter/174100](https://redirect.github.com/flutter/flutter/issues/174100) - Superellipses may not render correctly when using Impeller. - [flutter/174015](https://redirect.github.com/flutter/flutter/issues/174015) - Obsolete warning and error messages are shown when switching between build modes in Xcode. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Only on Wednesday ( * * * * 3 ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/FlutterGen/flutter_gen). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDMuNDguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e91a45 commit 9d5eb0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
flutter 3.35.2-stable
1+
flutter 3.41.1-stable

0 commit comments

Comments
 (0)