mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 15:23:25 +08:00
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:
@ -1 +1 @@
|
|||||||
d3dcd7d532b61f43118ab8031bf732aea4a7a9f5
|
b31b9dc05f998eefeb3636564e416417329004e0
|
||||||
|
@ -32,9 +32,4 @@ class TestCommandRunner extends CommandRunner<void> {
|
|||||||
' flutter run [options]\n'
|
' flutter run [options]\n'
|
||||||
' Run your Flutter application on an attached device or in an emulator.',
|
' Run your Flutter application on an attached device or in an emulator.',
|
||||||
);
|
);
|
||||||
|
|
||||||
@override
|
|
||||||
Future<void> run(Iterable<String> args) {
|
|
||||||
return super.run(args);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,7 @@ class _AppState extends State<App> with RestorationMixin {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
void restoreState(RestorationBucket? oldBucket, bool initialRestore) {
|
void restoreState(RestorationBucket? oldBucket, bool initialRestore) {
|
||||||
// todo: implement restoreState for you app
|
// Implement restoreState for your app
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
Reference in New Issue
Block a user