Update Jul 28, 2026 tracked by Updatify
3.22.2
-
dart/55818 - Fixes an issue where
DART_VM_OPTIONSwere not correctly parsed for standalone Dart executables created withdart compile exe. -
dart/55873 - Fixes a bug in dart2wasm that can result in a runtime error that says
array.new_fixed()has a constant larger than 10000. -
dart/55894 - Adds support for
--enable-experimentflag todart compilewasm. - dart/55895 - Fixes an issue in dart2wasm compiler that can result in incorrect nullability of type parameter.
-
dart/55890 - Disallows
dart:ffiimports in user code in dart2wasm as dart2wasm’s currently only supports a small subset ofdart:ffi. -
flutter/148885 - Fixes a platform view issue on android 14 when multiple activities are used and
onMemoryTrimis called. -
flutter/149178 - Fixes an issue on iOS where users are unable to focus on a
TextFieldor open the keyboard again after side pop from another screen. -
flutter/149210 - Fixes an
EditableTextcrash that occurs when a customTextEditingControlleronly implements theTextEditingControllerinterface. -
flutter/149588 - Fixes a crash that occurs when rendering children in
TwoDimentionalViewportusing keep alive widgets (e.g InkWell). -
flutter/148916 - Fixes an issue in the
ColorScheme.fromSeedmethod to respect the seed color even if the seed color is very bright. - flutter/149345 - Adds a service extension that DevTools uses to support a “Track widget build counts” feature in DevTools 2.36.0.
-
flutter/149378 - Fixes a focus issue on iOS and MacOS that causes
TextFieldsto not function after cupertino back swipes. - flutter/52987 - Fixes an issue on Android where platform view inputs are mapped to the wrong location.