[!WARNING]
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
flutter/flutter (flutter)
### [`v3.24.3`](https://redirect.github.com/flutter/flutter/compare/3.24.2...3.24.3)
[Compare Source](https://redirect.github.com/flutter/flutter/compare/3.24.2...3.24.3)
### [`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.
### [`v3.24.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3241)
[Compare Source](https://redirect.github.com/flutter/flutter/compare/3.24.0...3.24.1)
- [dart/56464](https://redirect.github.com/dart-lang/sdk/issues/56464) - Fixes resolving `include:` in `analysis_options.yaml` file in a nested folder in the workspace.
- [dart/56423](https://redirect.github.com/dart-lang/sdk/issues/56423) - Fixes source maps generated by `dart compile wasm` when optimizations are enabled.
- [dart/56374](https://redirect.github.com/dart-lang/sdk/issues/56374) - Fixes a bug in the `dart2wasm` compiler in unsound `-O3` / `-O4` modes where a implicit setter for a field of generic type will store null instead of the field value.
- [dart/56440](https://redirect.github.com/dart-lang/sdk/issues/56440) - Fixes a bug in the `dart2wasm` compiler that can trigger in certain situations when using partial instantiations of generic tear-offs (constructors or static methods) in constant expressions.
- [dart/56457](https://redirect.github.com/dart-lang/sdk/issues/56457) - The algorithm for computing the standard upper bound of two types, also known as UP, is provided the missing implementation for `StructuralParameterType` objects. In some corner cases the lacking implementation resulted in a crash of the compiler.
- [flutter/152047](https://redirect.github.com/flutter/flutter/issues/152047) - \[Web] Fixes an issue in Flutter Web apps where when semantics are enabled, tapping on the label of a checkbox in a mobile browser won't togle the checkbox.
- [flutter/153308](https://redirect.github.com/flutter/flutter/issues/153308) - \[Web] Adds source map support in `flutter run` / `flutter build` for `dart2wasm` for debugging in Chrome DevTools.
- [flutter/54446](https://redirect.github.com/flutter/engine/pull/54446) - \[Web] Fixes an issue in Flutter Web apps where the app may crash if CanvasKit is loaded from the network instead of a cache.
- [flutter/152955](https://redirect.github.com/flutter/flutter/issues/152955) - \[Impeller] Fixes an issue where when using unbound `saveLayers` rendering issues would occur.
- [flutter/153037](https://redirect.github.com/flutter/flutter/issues/153037) - \[Impeller] Fixes an issue where RTL glyphs would render incorrectly.
- [flutter/153038](https://redirect.github.com/flutter/flutter/issues/153038) - \[Impeller] Fixes an issue where padding would be applied incorrectly in `Canvas.drawVerticies` when using texture coordinates.
- [flutter/153041](https://redirect.github.com/flutter/flutter/issues/153041) - \[Impeller] Fixes an rare issue causing applications to crash when using platform views on older iPhones.
- [flutter/153188](https://redirect.github.com/flutter/flutter/issues/153188) - \[Impeller] Fixes a rendering issue on iOS devices using Impeller where clips do not appear around entities drawn with certain advanced blend modes.
- [flutter/54513](https://redirect.github.com/flutter/engine/pull/54513) - \[iOS/MacOS] Fixes an issue preventing iOS Apps Store validation from failing for Flutter apps using Xcode versions before Xcode 16.
- [flutter/54518](https://redirect.github.com/flutter/engine/pull/54518) - Fixes an issue on OpenGL ES devices where a black screen would appear instead of the Flutter app output.
- [flutter/153117](https://redirect.github.com/flutter/flutter/pull/153117) \[iOS/MacOS] Fixes an issue where compilation errors are not displayed in the output of `flutter run` when using Xcode 16.
- [flutter/153321](https://redirect.github.com/flutter/flutter/issues/153321) - \[Desktop] Fixes an issue where older Windows devices could not run Flutter apps built using Flutter 3.21 or later.
- [flutter/153294](https://redirect.github.com/flutter/flutter/pull/153294) \[Tool] Fixes an issue in the Flutter tool streamlining the crash message that occurs when running `flutter run -d chrome` and Chrome is closed before Flutter tries to close it.
- [flutter/153579](https://redirect.github.com/flutter/flutter/pull/153579) \[Tool] Fixes an issue where users would experience large crash messages when `flutter run` or `flutter debug-adapter` are unable to connect to the Flutter web app.
### [`v3.24.0`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3240)
[Compare Source](https://redirect.github.com/flutter/flutter/compare/3.22.3...3.24.0)
Initial stable release.
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ 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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
3.22.3
->3.24.3
Release Notes
flutter/flutter (flutter)
### [`v3.24.3`](https://redirect.github.com/flutter/flutter/compare/3.24.2...3.24.3) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.24.2...3.24.3) ### [`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. ### [`v3.24.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3241) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.24.0...3.24.1) - [dart/56464](https://redirect.github.com/dart-lang/sdk/issues/56464) - Fixes resolving `include:` in `analysis_options.yaml` file in a nested folder in the workspace. - [dart/56423](https://redirect.github.com/dart-lang/sdk/issues/56423) - Fixes source maps generated by `dart compile wasm` when optimizations are enabled. - [dart/56374](https://redirect.github.com/dart-lang/sdk/issues/56374) - Fixes a bug in the `dart2wasm` compiler in unsound `-O3` / `-O4` modes where a implicit setter for a field of generic type will store null instead of the field value. - [dart/56440](https://redirect.github.com/dart-lang/sdk/issues/56440) - Fixes a bug in the `dart2wasm` compiler that can trigger in certain situations when using partial instantiations of generic tear-offs (constructors or static methods) in constant expressions. - [dart/56457](https://redirect.github.com/dart-lang/sdk/issues/56457) - The algorithm for computing the standard upper bound of two types, also known as UP, is provided the missing implementation for `StructuralParameterType` objects. In some corner cases the lacking implementation resulted in a crash of the compiler. - [flutter/152047](https://redirect.github.com/flutter/flutter/issues/152047) - \[Web] Fixes an issue in Flutter Web apps where when semantics are enabled, tapping on the label of a checkbox in a mobile browser won't togle the checkbox. - [flutter/153308](https://redirect.github.com/flutter/flutter/issues/153308) - \[Web] Adds source map support in `flutter run` / `flutter build` for `dart2wasm` for debugging in Chrome DevTools. - [flutter/54446](https://redirect.github.com/flutter/engine/pull/54446) - \[Web] Fixes an issue in Flutter Web apps where the app may crash if CanvasKit is loaded from the network instead of a cache. - [flutter/152955](https://redirect.github.com/flutter/flutter/issues/152955) - \[Impeller] Fixes an issue where when using unbound `saveLayers` rendering issues would occur. - [flutter/153037](https://redirect.github.com/flutter/flutter/issues/153037) - \[Impeller] Fixes an issue where RTL glyphs would render incorrectly. - [flutter/153038](https://redirect.github.com/flutter/flutter/issues/153038) - \[Impeller] Fixes an issue where padding would be applied incorrectly in `Canvas.drawVerticies` when using texture coordinates. - [flutter/153041](https://redirect.github.com/flutter/flutter/issues/153041) - \[Impeller] Fixes an rare issue causing applications to crash when using platform views on older iPhones. - [flutter/153188](https://redirect.github.com/flutter/flutter/issues/153188) - \[Impeller] Fixes a rendering issue on iOS devices using Impeller where clips do not appear around entities drawn with certain advanced blend modes. - [flutter/54513](https://redirect.github.com/flutter/engine/pull/54513) - \[iOS/MacOS] Fixes an issue preventing iOS Apps Store validation from failing for Flutter apps using Xcode versions before Xcode 16. - [flutter/54518](https://redirect.github.com/flutter/engine/pull/54518) - Fixes an issue on OpenGL ES devices where a black screen would appear instead of the Flutter app output. - [flutter/153117](https://redirect.github.com/flutter/flutter/pull/153117) \[iOS/MacOS] Fixes an issue where compilation errors are not displayed in the output of `flutter run` when using Xcode 16. - [flutter/153321](https://redirect.github.com/flutter/flutter/issues/153321) - \[Desktop] Fixes an issue where older Windows devices could not run Flutter apps built using Flutter 3.21 or later. - [flutter/153294](https://redirect.github.com/flutter/flutter/pull/153294) \[Tool] Fixes an issue in the Flutter tool streamlining the crash message that occurs when running `flutter run -d chrome` and Chrome is closed before Flutter tries to close it. - [flutter/153579](https://redirect.github.com/flutter/flutter/pull/153579) \[Tool] Fixes an issue where users would experience large crash messages when `flutter run` or `flutter debug-adapter` are unable to connect to the Flutter web app. ### [`v3.24.0`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3240) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.22.3...3.24.0) Initial stable release.Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ 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.