Skip to content

[CP beta] Updates DEPS + cherry-picks required changes for 3.45.0-0.2.pre release#187872

Merged
auto-submit[bot] merged 13 commits into
flutter:flutter-3.45-candidate.0from
camsim99:try_fixing_w_cherry_picks
Jun 12, 2026
Merged

[CP beta] Updates DEPS + cherry-picks required changes for 3.45.0-0.2.pre release#187872
auto-submit[bot] merged 13 commits into
flutter:flutter-3.45-candidate.0from
camsim99:try_fixing_w_cherry_picks

Conversation

@camsim99

@camsim99 camsim99 commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Updates DEPS to update the Dart revision to aad8be4ce3077a809f0b4f3325c6d8a6908aad54 and makes the following changes that Dart version update (this list includes all of the commits in this PR!!):

Commit Reasoning
9cddb59 New Dart version removed ai repository from their internal DEPS in dart-lang/sdk@06bdbd7 (cherry pick of #187378)
a6fb7ec Actual commit that updates Dart version 🎯
527ebc7 Required to compile the engine with the new Dart version (cherry pick of #187013)
37c44d7 Also required to compile the engine with the new Dart version (cherry pick of #187091)
aafb985 Ignore; reverted in 03b6bf1
dc91998 Update LICENSES according to new Dart version
2cd036e Ignore; reverted in 03b6bf1
50a3ace Formats engine Dart files according to updated formatter in new version of Dart SDK (part of #186690)
ec37bf7 Updated snapshot symbol assertions as a consequence of dart-lang/sdk@d36adba (cherry pick of #186812)
a46d1e8 Same as above
5a21bc3 Fixes new unawaited_return_in_try_block analyzer errors caused by new Dart version (part of #186690)
03b6bf1 Reverts unnecessary analysis errors I added earlier }

All of these fixes are included in this PR because their causes are a consequence of updating the Dart revision to the latest Dart beta (3.13.0-167.1.beta).

Part of #187787.

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

If this change needs to override an active code freeze, provide a comment explaining why. The code freeze workflow can be overridden by code reviewers. See pinned issues for any active code freezes with guidance.

Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. 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.

…gine (flutter#187268)" (flutter#187378)

Includes:
* a manual Dart roll to 3cdc25e8ffe98c61b36af485573639dc833b75cb
* updates to `run_verify_binaries_codesigned_tests.dart` that match the
current state of the Dart SDK binaries

---------

Co-authored-by: Jacob MacDonald <jakemac@google.com>
Co-authored-by: Alexander Aprelev <aam@google.com>
@flutter-dashboard flutter-dashboard Bot added the CICD Run CI/CD label Jun 11, 2026
@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.

@github-actions github-actions Bot added the engine flutter/engine related. See also e: labels. label Jun 11, 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 updates the dependency override path for dart_mcp in engine/src/flutter/pubspec.yaml from ./third_party/dart/third_party/pkg/ai/pkgs/dart_mcp to ./third_party/ai/pkgs/dart_mcp. There are no review comments, and I have no feedback to provide.

@github-actions github-actions Bot added framework flutter/packages/flutter repository. See also f: labels. and removed CICD Run CI/CD labels Jun 11, 2026
@camsim99 camsim99 added the CICD Run CI/CD label Jun 11, 2026
…lutter#187013)

- Don't pass VM snapshot to Dart_Initialize.
- Don't expect kDart{Vm,Isolate}Snapshot{Data,Instructions} symbols
defined.
 - Replace 4-symbol Dart_LoadELF with 2-symbol Dart_LoadELF2.

Blocking: https://dart-review.googlesource.com/c/sdk/+/502780
@github-actions github-actions Bot added platform-fuchsia Fuchsia code specifically and removed CICD Run CI/CD labels Jun 11, 2026
@camsim99 camsim99 added the CICD Run CI/CD label Jun 11, 2026
@github-actions github-actions Bot removed the CICD Run CI/CD label Jun 11, 2026
@camsim99 camsim99 added the CICD Run CI/CD label Jun 11, 2026
@camsim99 camsim99 requested a review from a team as a code owner June 11, 2026 23:01
@camsim99 camsim99 requested review from jesswrd and removed request for a team June 11, 2026 23:01
@github-actions github-actions Bot added tool Affects the "flutter" command-line tool. See also t: labels. team-android Owned by Android platform team and removed CICD Run CI/CD labels Jun 11, 2026
@camsim99 camsim99 added the CICD Run CI/CD label Jun 11, 2026
@camsim99 camsim99 removed the request for review from jesswrd June 11, 2026 23:02
@camsim99 camsim99 removed the CICD Run CI/CD label Jun 12, 2026
@camsim99 camsim99 added the CICD Run CI/CD label Jun 12, 2026
@github-project-automation github-project-automation Bot moved this to 🤔 Needs Triage in Flutter GPU Jun 12, 2026
@camsim99 camsim99 removed this from Flutter GPU Jun 12, 2026
@camsim99 camsim99 removed the CICD Run CI/CD label Jun 12, 2026
@github-project-automation github-project-automation Bot moved this to 🤔 Needs Triage in Flutter GPU Jun 12, 2026
@camsim99 camsim99 added the CICD Run CI/CD label Jun 12, 2026
@camsim99 camsim99 changed the title [CP beta] Reland "Move dart-lang/ai to a top level third party dependency in en… [CP beta] Updates DEPS + cherry-picks required changes for 3.45.0-0.2.pre release Jun 12, 2026
@camsim99 camsim99 removed this from Flutter GPU Jun 12, 2026
@github-actions github-actions Bot removed the CICD Run CI/CD label Jun 12, 2026
@github-project-automation github-project-automation Bot moved this to 🤔 Needs Triage in Flutter GPU Jun 12, 2026
@camsim99 camsim99 added the CICD Run CI/CD label Jun 12, 2026
@camsim99 camsim99 removed this from Flutter GPU Jun 12, 2026
@camsim99 camsim99 requested a review from reidbaker June 12, 2026 17:31

@justinmc justinmc 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.

LGTM 👍 . I'm mostly looking at this at a high level as I'm not familiar with how the changes relate to the Dart beta. Thanks for listing out all of the commits in the description.

It looks like the CICD label check is stuck so you may need to push another commit unfortunately.

@camsim99 camsim99 added the autosubmit Merge PR when tree becomes green via auto submit App label Jun 12, 2026
@github-project-automation github-project-automation Bot moved this to 🤔 Needs Triage in Flutter GPU Jun 12, 2026
@github-actions github-actions Bot removed the CICD Run CI/CD label Jun 12, 2026
@camsim99 camsim99 added the CICD Run CI/CD label Jun 12, 2026
@auto-submit auto-submit Bot merged commit c03457b into flutter:flutter-3.45-candidate.0 Jun 12, 2026
7 checks passed
@github-project-automation github-project-automation Bot moved this from 🤔 Needs Triage to ✅ Done in Flutter GPU Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a: text input Entering text in a text field or keyboard related problems autosubmit Merge PR when tree becomes green via auto submit App CICD Run CI/CD e: impeller Impeller rendering backend issues and features requests engine flutter/engine related. See also e: labels. flutter-gpu framework flutter/packages/flutter repository. See also f: labels. platform-fuchsia Fuchsia code specifically platform-web Web applications specifically team-android Owned by Android platform team team-fluttergpu Owned by Flutter GPU team team-web Owned by Web platform team tool Affects the "flutter" command-line tool. See also t: labels.

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

4 participants