From ad76f2b4ab8508a05c5df3baa7dcf4553751e33b Mon Sep 17 00:00:00 2001 From: Camille Simon <43054281+camsim99@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:23:26 -0600 Subject: [PATCH] Add 3.38.1 release notes (#178493) Retroactively adding this note. Sadly these will be release in the next hotfix, but they will be available on master once https://github.com/flutter/flutter/pull/178487 lands. **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eea8dfe56a..8f10c5ced48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,10 @@ docs/releases/Hotfix-Documentation-Best-Practices.md ## Flutter 3.38 Changes +### [3.38.1](https://github.com/flutter/flutter/releases/tag/3.38.1) + +- [flutter/178400](https://github.com/flutter/flutter/issues/178400) Adds support for Dart 3.10 stable. + ### [3.38.0](https://github.com/flutter/flutter/releases/tag/3.38.0) Learn about what's new in this release in [the blog post](https://blog.flutter.dev/whats-new-in-flutter-3-38-3f7b258f7228), and check out the [CHANGELOG](https://docs.flutter.dev/release/release-notes/release-notes-3.38.0) for a detailed list of all the new changes.