Skip to content

Commit 334f986

Browse files
camsim99chunhtai
andauthored
Manual Flutter roll to packages (d3dcd7d to b31b9dc) (#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>
1 parent 84a8fe0 commit 334f986

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.ci/flutter_master.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d3dcd7d532b61f43118ab8031bf732aea4a7a9f5
1+
b31b9dc05f998eefeb3636564e416417329004e0

packages/flutter_migrate/test/src/test_flutter_command_runner.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,4 @@ class TestCommandRunner extends CommandRunner<void> {
3232
' flutter run [options]\n'
3333
' Run your Flutter application on an attached device or in an emulator.',
3434
);
35-
36-
@override
37-
Future<void> run(Iterable<String> args) {
38-
return super.run(args);
39-
}
4035
}

packages/go_router/example/lib/others/state_restoration.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class _AppState extends State<App> with RestorationMixin {
2727

2828
@override
2929
void restoreState(RestorationBucket? oldBucket, bool initialRestore) {
30-
// todo: implement restoreState for you app
30+
// Implement restoreState for your app
3131
}
3232

3333
@override

0 commit comments

Comments
 (0)