Thanks to visit codestin.com
Credit goes to github.com

Skip to content

3.38.8 changelog#181390

Closed
reidbaker wants to merge 1 commit intoflutter:flutter-3.38-candidate.0from
reidbaker:r_3_38_8_changelog
Closed

3.38.8 changelog#181390
reidbaker wants to merge 1 commit intoflutter:flutter-3.38-candidate.0from
reidbaker:r_3_38_8_changelog

Conversation

@reidbaker
Copy link
Contributor

@reidbaker reidbaker commented Jan 23, 2026

  • Add changlog entry for 3.38.8

Pre-launch Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [Tree Hygiene] wiki page, which explains my responsibilities.
  • I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].
  • I signed the [CLA].
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is [test-exempt].
  • I followed the [breaking change policy] and added [Data Driven Fixes] where supported.
  • All existing and new tests are passing.

@github-actions github-actions bot added platform-android Android applications specifically platform-ios iOS applications specifically tool Affects the "flutter" command-line tool. See also t: labels. engine flutter/engine related. See also e: labels. platform-windows Building on or for Windows specifically d: examples Sample code and demos platform-web Web applications specifically platform-linux Building on or for Linux specifically a: desktop Running on desktop team-android Owned by Android platform team team-ios Owned by iOS platform team platform-macos labels Jan 23, 2026
@reidbaker reidbaker changed the base branch from master to flutter-3.41-candidate.0 January 23, 2026 15:11
@flutter-dashboard
Copy link

This pull request was opened from and to a release candidate branch. This should only be done as part of the official Flutter release process. If you are attempting to make a regular contribution to the Flutter project, please close this PR and follow the instructions at Tree Hygiene for detailed instructions on contributing to Flutter.

Reviewers: Use caution before merging pull requests to release branches. Ensure the proper procedure has been followed.

@reidbaker reidbaker changed the base branch from flutter-3.41-candidate.0 to flutter-3.38-candidate.0 January 23, 2026 15:12
@fluttergithubbot
Copy link
Contributor

An existing Git SHA, 98a6d3ec7186cdc659f14dd7fc90cc7153f0de26, was detected, and no actions were taken.

To re-trigger presubmits after closing or re-opeing a PR, or pushing a HEAD commit (i.e. with --force) that already was pushed before, push a blank commit (git commit --allow-empty -m "Trigger Build") or rebase to continue.

@reidbaker reidbaker requested a review from camsim99 January 23, 2026 15:13
@reidbaker reidbaker marked this pull request as ready for review January 23, 2026 15:13
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a changelog entry for version 3.38.8. The review includes a suggestion to rephrase the new entry to better align with the repository's documentation guidelines. The current entry is a direct copy of the issue title, which is discouraged in favor of a more user-friendly description.


## [3.38.8](https://github.com/flutter/flutter/releases/tag/3.38.8)

- [flutter/178151](https://github.com/flutter/flutter/issues/178151) - `flutter run -d chrome` can crash with a `DartDevelopmentServiceException` if the application shuts down during the startup sequence.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The changelog entry appears to be a direct copy of the issue title. The repository's style guide for hotfix documentation (docs/releases/Hotfix-Documentation-Best-Practices.md) advises against this, recommending instead a concise, user-focused description of the problem.

To improve clarity for users scanning the changelog, I suggest rephrasing it.

Suggested change
- [flutter/178151](https://github.com/flutter/flutter/issues/178151) - `flutter run -d chrome` can crash with a `DartDevelopmentServiceException` if the application shuts down during the startup sequence.
- [flutter/178151](https://github.com/flutter/flutter/issues/178151) - `flutter run -d chrome` may crash if the application shuts down during startup.
References
  1. The repository's documentation best practices, detailed in docs/releases/Hotfix-Documentation-Best-Practices.md and summarized in CHANGELOG.md, state that changelog entries should not be direct copies of issue titles. They should be rewritten to be clear and easily scannable for users to understand the impact. (link)

@reidbaker
Copy link
Contributor Author

I think the failures are releated to the post submit builds being queued. #181392

Copy link
Contributor

@camsim99 camsim99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@reidbaker reidbaker closed this Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a: desktop Running on desktop d: examples Sample code and demos engine flutter/engine related. See also e: labels. platform-android Android applications specifically platform-ios iOS applications specifically platform-linux Building on or for Linux specifically platform-macos platform-web Web applications specifically platform-windows Building on or for Windows specifically team-android Owned by Android platform team team-ios Owned by iOS platform team tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants