From aebfdb5319722d983d92993f8574d7151becddec Mon Sep 17 00:00:00 2001 From: walley892 Date: Fri, 9 Jan 2026 07:59:04 -0800 Subject: [PATCH] Update flutter changelog for 3.38.6 (#180708) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d50d5d467..f98bea24575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,16 @@ docs/releases/Hotfix-Documentation-Best-Practices.md ## Flutter 3.38 Changes +### [3.38.6](https://github.com/flutter/flutter/releases/tag/3.38.6) + +- [flutter/179139](https://github.com/flutter/flutter/issues/179139) - `flutter widget-preview start` creates new cached build artifacts on each run, resulting in increasing disk usage after each run. +- [flutter/178896](https://github.com/flutter/flutter/issues/178896) - Apps crash during launch on Windows when run from paths containing non-ASCII characters. +- [flutter/176943](https://github.com/flutter/flutter/issues/176943) - Configuration changes to run tests on macOS 15 or 15.7.2 for Flutter's CI. +- [flutter/179914](https://github.com/flutter/flutter/issues/179914) - Flutter Android apps that upgrade to AGP 9.0.0 require migration steps. +- [flutter/175099](https://github.com/flutter/flutter/issues/175099) - When WebViews are scrolled on iOS 26, they become unclickable. +- [flutter/175074](https://github.com/flutter/flutter/issues/175074) - When the virtual keyboard is closed on Android web, the area behind it remains blank and the app only draws in the area that used to be above the keyboard. +- [flutter/180381](https://github.com/flutter/flutter/issues/180381) - Apps crash on Android when enabling accessibility, hiding a platform view, and pulling out the top curtain. + ### [3.38.5](https://github.com/flutter/flutter/releases/tag/3.38.5) - [flutter/179700](https://github.com/flutter/flutter/issues/179700) Update dart to 3.10.4.