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>
This commit is contained in:
Camille Simon
2022-11-10 12:58:06 -08:00
committed by GitHub
parent 84a8fe07fe
commit 334f986dfd
3 changed files with 2 additions and 7 deletions

View File

@ -1 +1 @@
d3dcd7d532b61f43118ab8031bf732aea4a7a9f5
b31b9dc05f998eefeb3636564e416417329004e0

View File

@ -32,9 +32,4 @@ class TestCommandRunner extends CommandRunner<void> {
' flutter run [options]\n'
' Run your Flutter application on an attached device or in an emulator.',
);
@override
Future<void> run(Iterable<String> args) {
return super.run(args);
}
}

View File

@ -27,7 +27,7 @@ class _AppState extends State<App> with RestorationMixin {
@override
void restoreState(RestorationBucket? oldBucket, bool initialRestore) {
// todo: implement restoreState for you app
// Implement restoreState for your app
}
@override