From 334f986dfd452275439c93f5fb4a005ecc5d4aa9 Mon Sep 17 00:00:00 2001 From: Camille Simon <43054281+camsim99@users.noreply.github.com> Date: Thu, 10 Nov 2022 12:58:06 -0800 Subject: [PATCH] Manual Flutter roll to packages (d3dcd7d532b6 to b31b9dc05f99) (#2800) * Roll flutter * Fix analyze * Update packages/go_router/example/lib/others/state_restoration.dart Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com> Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com> --- .ci/flutter_master.version | 2 +- .../test/src/test_flutter_command_runner.dart | 5 ----- packages/go_router/example/lib/others/state_restoration.dart | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.ci/flutter_master.version b/.ci/flutter_master.version index e8ed6b6b72..a1e93eaf59 100644 --- a/.ci/flutter_master.version +++ b/.ci/flutter_master.version @@ -1 +1 @@ -d3dcd7d532b61f43118ab8031bf732aea4a7a9f5 +b31b9dc05f998eefeb3636564e416417329004e0 diff --git a/packages/flutter_migrate/test/src/test_flutter_command_runner.dart b/packages/flutter_migrate/test/src/test_flutter_command_runner.dart index 8e4d36ba41..f07dccc331 100644 --- a/packages/flutter_migrate/test/src/test_flutter_command_runner.dart +++ b/packages/flutter_migrate/test/src/test_flutter_command_runner.dart @@ -32,9 +32,4 @@ class TestCommandRunner extends CommandRunner { ' flutter run [options]\n' ' Run your Flutter application on an attached device or in an emulator.', ); - - @override - Future run(Iterable args) { - return super.run(args); - } } diff --git a/packages/go_router/example/lib/others/state_restoration.dart b/packages/go_router/example/lib/others/state_restoration.dart index 5c6016f4f5..03bfd88605 100644 --- a/packages/go_router/example/lib/others/state_restoration.dart +++ b/packages/go_router/example/lib/others/state_restoration.dart @@ -27,7 +27,7 @@ class _AppState extends State with RestorationMixin { @override void restoreState(RestorationBucket? oldBucket, bool initialRestore) { - // todo: implement restoreState for you app + // Implement restoreState for your app } @override