Skip to content

Commit 1ddd180

Browse files
authored
Update Dart revision for 3.35 stable release (flutter#173582)
Updates Dart has for 3.35 stable release to Dart 3.9 hash -- https://dart.googlesource.com/sdk/+/54588cb8088890ea08fe1a31b95efe478a4609b5. Steps I took: 1. Updated hash to desired version. 2. Run `engine/src/tools/dart/create_updated_flutter_deps.py -f DEPS` to update any Dart dependencies if needed (none updated). 3. Updated `engine/src/flutter/ci/licenses_golden/licenses_dart` with diff produced in error from https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20linux_license/36032/overview build failure. **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.
1 parent 24a5c77 commit 1ddd180

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ vars = {
5656
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
5757
# You can use //tools/dart/create_updated_flutter_deps.py to produce
5858
# updated revision list of existing dependencies.
59-
'dart_revision': 'a4e60e5add75b3d06f380aad73ca660a719fa738',
59+
'dart_revision': '54588cb8088890ea08fe1a31b95efe478a4609b5',
6060

6161
# WARNING: DO NOT EDIT MANUALLY
6262
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py

engine/src/flutter/ci/licenses_golden/licenses_dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 9e71853011444b1c40e5780c309930f4
1+
Signature: 90c64afcbe53b95cb9488d51b74ef207
22

33
====================================================================================================
44
LIBRARY: dart
@@ -4894,7 +4894,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
48944894
This Source Code Form is "Incompatible With Secondary Licenses", as
48954895
defined by the Mozilla Public License, v. 2.0.
48964896

4897-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/3ad640094c386c2c63be7c6a2bb3256c5ad5726c
4897+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/54588cb8088890ea08fe1a31b95efe478a4609b5
48984898
/third_party/fallback_root_certificates/
48994899

49004900
====================================================================================================

0 commit comments

Comments
 (0)