We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf8a6a commit c0c47e5Copy full SHA for c0c47e5
1 file changed
mobx/lib/home/todo_list_view.dart
@@ -31,7 +31,7 @@ class TodoListView extends StatelessWidget {
31
onTap: () {
32
Navigator.push(
33
context,
34
- MaterialPageRoute(
+ MaterialPageRoute<void>(
35
builder: (_) {
36
return DetailsScreen(
37
todo: todo,
0 commit comments