Skip to content

Commit ae7becb

Browse files
upgrade: update dependency flutter to v3.24.2 (#571)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [flutter](https://flutter.dev) ([source](https://redirect.github.com/flutter/flutter)) | patch | `3.24.1` -> `3.24.2` | --- ### Release Notes <details> <summary>flutter/flutter (flutter)</summary> ### [`v3.24.2`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3242) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.24.1...3.24.2) - [Dart 3.5.2](https://redirect.github.com/dart-lang/sdk/blob/stable/CHANGELOG.md#352---2024-08-28) - [flutter/153949](https://redirect.github.com/flutter/flutter/issues/153949): Fixes a crash on Android when deleting `EditableText` inside `CupertinoPageRoute`, with a CJK (chinese, japanese, korean) keyboard. - [flutter/153939](https://redirect.github.com/flutter/flutter/issues/153939): Fixes an issue on iOS where Flutter `TextField`s may stop accepting input. - [flutter/152420](https://redirect.github.com/flutter/flutter/issues/152420): Fixes scrolling jank on Android and iOS when a `SelectionArea`/`SelectableRegion` is used as a child of a Scrollable like `ListView` or `PageView`. - [flutter/154199](https://redirect.github.com/flutter/flutter/pull/154199): Removes excessive logging when building a freshly created template app for Android. - [flutter/153967](https://redirect.github.com/flutter/flutter/pull/153967): Fixes a host build failure on macOS when the `native assets` experiment is enabled, and there are no native asset frameworks to codesign. - [flutter/153769](https://redirect.github.com/flutter/flutter/pull/153769): When running a Flutter app, display a concise error message when connection to the device is lost. - [flutter/154270](https://redirect.github.com/flutter/flutter/pull/154270): Prevent preemptive gradle crash for android builds that would fail to build anyway but with a confusing error message. - [flutter/54735](https://redirect.github.com/flutter/engine/pull/54735): Fixes an error on Flutter Web where `onTap` is called twice on various widgets (`GestureDetector`, `InkWell`) when semantics are enabled. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" 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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent caa3746 commit ae7becb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dart 3.5.2
2-
flutter 3.24.1-stable
2+
flutter 3.24.2-stable

0 commit comments

Comments
 (0)