[flutter-3.32-candidate.0] Update Dart revision to 9003f7927a24fd87c34154e04585bfbcfd4d9188 (#167514)

* Updated Dart revision to [`9003f7927a24fd87c34154e04585bfbcfd4d9188`](9003f7927a)
* Ran `tools/dart/create_updated_flutter_deps.py -d /path/to/dart-sdk/sdk/DEPS`

Note: I believe it's expected that none of the Dart SDK deps were updated, since the [Dart beta branch](https://github.com/dart-lang/sdk/commits/beta/) has not changed since https://github.com/flutter/flutter/pull/167303 was submitted.
This commit is contained in:
Elliott Brooks 2025-04-21 17:33:03 -07:00 committed by GitHub
parent 80230cc7c4
commit 7e2815c957
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
DEPS
View File

@ -56,7 +56,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': '0d6811928830b87e36a0f49eb7fe554c308d3699',
'dart_revision': '9003f7927a24fd87c34154e04585bfbcfd4d9188',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py