diff --git a/.ci/flutter_master.version b/.ci/flutter_master.version index e8ed6b6b723..a1e93eaf59f 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 8e4d36ba412..f07dccc3319 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 5c6016f4f53..03bfd886051 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