Skip to content

Update engine.version for 3.38.10 stable hotfix release#182095

Merged
auto-submit[bot] merged 2 commits into
flutter:flutter-3.38-candidate.0from
justinmc:3.38.10-stable-justin-engine.version
Feb 10, 2026
Merged

Update engine.version for 3.38.10 stable hotfix release#182095
auto-submit[bot] merged 2 commits into
flutter:flutter-3.38-candidate.0from
justinmc:3.38.10-stable-justin-engine.version

Conversation

@justinmc

@justinmc justinmc commented Feb 9, 2026

Copy link
Copy Markdown
Contributor

I messed up thinking that I didn't need to do this since no cherry pick affected the engine. Instead, I need to update it with the SHA from #181926.

@justinmc justinmc requested a review from camsim99 February 9, 2026 18:44
@justinmc justinmc requested review from a team and jtmcdole as code owners February 9, 2026 18:44
@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 Feb 9, 2026
@justinmc justinmc changed the base branch from master to flutter-3.38-candidate.0 February 9, 2026 18:45
@flutter-dashboard

Copy link
Copy Markdown

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.

@justinmc justinmc removed 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 labels Feb 9, 2026

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

Copy link
Copy Markdown
Contributor

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 appears to be a hotfix release that incorporates a wide range of changes, including dependency updates for CI and Android projects, engine fixes for various platforms, and significant improvements to the Flutter tool's reliability and user experience. Key changes include more robust crash handling, improved diagnostics for Xcode and Gradle builds, and substantial enhancements to the widget preview feature. My review found one area for improvement in path validation logic to make it more robust.

I am having trouble creating individual review comments. Click here to see my feedback.

packages/flutter_tools/lib/src/widget_preview/preview_detector.dart (133)

medium

Using String.contains for path validation can be unreliable. For instance, if a user's project is located at a path like /Users/me/my_build/my_app, this check would incorrectly ignore file events within the project because 'build' is a common name for an ephemeral directory.

Using fs.path.isWithin provides a more robust way to check if a path is contained within another.

          project.ephemeralDirectories.any((dir) => fs.path.isWithin(dir.path, eventPath))) {

@justinmc justinmc removed the request for review from a team February 9, 2026 19:22
@justinmc justinmc added the autosubmit Merge PR when tree becomes green via auto submit App label Feb 9, 2026
@justinmc justinmc removed the request for review from jtmcdole February 10, 2026 17:26
@auto-submit auto-submit Bot merged commit c6f67de into flutter:flutter-3.38-candidate.0 Feb 10, 2026
5 checks passed
@justinmc justinmc deleted the 3.38.10-stable-justin-engine.version branch February 10, 2026 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants