From 8461ceea435d8b415597f5153897598c1f5cf088 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Thu, 7 Nov 2024 14:39:19 -0800 Subject: [PATCH] Manual roll Flutter Engine from 371c86fb6b49 to bcb281cde579 (#158346) Includes changes required by the new Dart formatter. --- bin/internal/engine.version | 2 +- packages/flutter_tools/templates/app/lib/main.dart.tmpl | 4 +--- .../flutter_tools/templates/module/common/lib/main.dart.tmpl | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/bin/internal/engine.version b/bin/internal/engine.version index 23608723ca..3c77b2ebeb 100644 --- a/bin/internal/engine.version +++ b/bin/internal/engine.version @@ -1 +1 @@ -371c86fb6b497cee36d9648c053fd7075cbd995d +bcb281cde579a3072adc04a8ba2d0709cd815fb3 diff --git a/packages/flutter_tools/templates/app/lib/main.dart.tmpl b/packages/flutter_tools/templates/app/lib/main.dart.tmpl index 78e535632c..924c27d146 100644 --- a/packages/flutter_tools/templates/app/lib/main.dart.tmpl +++ b/packages/flutter_tools/templates/app/lib/main.dart.tmpl @@ -139,9 +139,7 @@ class _MyHomePageState extends State { // wireframe for each widget. mainAxisAlignment: MainAxisAlignment.center, children: [ - const Text( - 'You have pushed the button this many times:', - ), + const Text('You have pushed the button this many times:'), Text( '$_counter', style: Theme.of(context).textTheme.headlineMedium, diff --git a/packages/flutter_tools/templates/module/common/lib/main.dart.tmpl b/packages/flutter_tools/templates/module/common/lib/main.dart.tmpl index 8c5545e059..4ba82d3b36 100644 --- a/packages/flutter_tools/templates/module/common/lib/main.dart.tmpl +++ b/packages/flutter_tools/templates/module/common/lib/main.dart.tmpl @@ -99,9 +99,7 @@ class _MyHomePageState extends State { // horizontal). mainAxisAlignment: MainAxisAlignment.center, children: [ - const Text( - 'You have pushed the button this many times:', - ), + const Text('You have pushed the button this many times:'), Text( '$_counter', style: Theme.of(context).textTheme.headlineMedium,