Manual roll Flutter Engine from 371c86fb6b49 to bcb281cde579 (#158346)

Includes changes required by the new Dart formatter.
This commit is contained in:
Jason Simmons
2024-11-07 14:39:19 -08:00
committed by GitHub
parent 777ce1b0da
commit 8461ceea43
3 changed files with 3 additions and 7 deletions

View File

@@ -1 +1 @@
371c86fb6b497cee36d9648c053fd7075cbd995d
bcb281cde579a3072adc04a8ba2d0709cd815fb3

View File

@@ -139,9 +139,7 @@ class _MyHomePageState extends State<MyHomePage> {
// wireframe for each widget.
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
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,

View File

@@ -99,9 +99,7 @@ class _MyHomePageState extends State<MyHomePage> {
// horizontal).
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
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,