From 7e2815c9574c3680818093b5d84379bfe4040440 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Mon, 21 Apr 2025 17:33:03 -0700 Subject: [PATCH] [flutter-3.32-candidate.0] Update Dart revision to 9003f7927a24fd87c34154e04585bfbcfd4d9188 (#167514) * Updated Dart revision to [`9003f7927a24fd87c34154e04585bfbcfd4d9188`](https://github.com/dart-lang/sdk/commit/9003f7927a24fd87c34154e04585bfbcfd4d9188) * 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. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c0834e3a81..ecb4b3edfb 100644 --- a/DEPS +++ b/DEPS @@ -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