Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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