Skip to content

Manual Flutter roll to packages (d3dcd7d532b6 to b31b9dc05f99) #2800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/flutter_master.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d3dcd7d532b61f43118ab8031bf732aea4a7a9f5
b31b9dc05f998eefeb3636564e416417329004e0
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down