From 36335019a8eab588c3c2ea783c618d90505be233 Mon Sep 17 00:00:00 2001 From: Kevin Chisholm Date: Wed, 11 Sep 2024 13:36:48 -0500 Subject: [PATCH] [flutter_releases] Flutter stable 3.24.3 Engine Cherrypicks (#55108) # Flutter stable 3.24.3 Engine ## Scheduled Cherrypicks - Roll dart revision: dart-lang/sdk@179da3ba6 - https://github.com/flutter/engine/pull/54842 - https://github.com/flutter/engine/pull/54843 - https://github.com/flutter/engine/pull/54871 - https://github.com/flutter/engine/pull/54870 - https://github.com/flutter/engine/pull/54942 - https://github.com/flutter/engine/pull/55007 - https://github.com/flutter/engine/pull/55056 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 8025e1bac0285..75fd6a4bd7c13 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': '553aa88cc49dfa5db6f5eeebd34cccd94a2c20ae', + 'dart_revision': '179da3ba67ead156a3ba718bd798cb7a1728e741', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py