Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 you app
}

@override
Expand Down