Update Jul 28, 2026 tracked by Updatify
3.29.2
- dart 3.7.2 changelog
- flutter/164958 - Impeller, All platforms, Text that is rotated 180 degrees exactly will render as if it is scaled by {-1, 1} instead of {-1, -1}.
- flutter/165075 - Fixes crashes on Android devices older than API 29 when using Impeller OpenGLES.
- flutter/164606 Fixes missing glyph error on Android and iOS devices using Impeller.
- flutter/164036 - On iOS devices Increase number of concurrent background image decode tasks to partially mitigate “Image upload failed due to loss of GPU access” errors.
- flutter/163175 - Improve performance of CanvasKit rendering for web.
- flutter/164628 - iOS Fixes crash when allocation of surface for toImage/toImageSync fails.
- flutter/164201 - Always use Android hardware buffers for platform views when supported.
- flutter/164024: - Add back an empty io.flutter.app.FlutterApplication for Android apps post v2 embedder migration.
- flutter/162198 - Fixes double-download of canvaskit.wasm
- flutter/164392 - All platforms, Fixes a crash that can occur when animating and interacting with a scrollable simultaneously.