Update Jul 28, 2026 tracked by Updatify
3.24.2
- Dart 3.5.2 Changelog
-
flutter/153949 - Fixes a crash on Android when deleting
EditableTextinsideCupertinoPageRoute, with a CJK (chinese, japanese, korean) keyboard. -
flutter/153939 - Fixes an issue on iOS where Flutter
TextFields may stop accepting input. -
flutter/152420 - Fixes scrolling jank on Android and iOS when a
SelectionArea/SelectableRegionis used as a child of a Scrollable likeListVieworPageView. - flutter/154199 - Removes excessive logging when building a freshly created template app for Android.
-
flutter/153967 - Fixes a host build failure on macOS when the
native assetsexperiment is enabled, and there are no native asset frameworks to codesign. - flutter/153769 - When running a Flutter app, display a concise error message when connection to the device is lost.
- flutter/154270 - Prevent preemptive gradle crash for android builds that would fail to build anyway but with a confusing error message.
-
flutter/54735 - Fixes an error on Flutter Web where
onTapis called twice on various widgets (GestureDetector,InkWell) when semantics are enabled.