Skip to content

Commit c0c47e5

Browse files
committed
Fix analysis error for mobx sample
1 parent caf8a6a commit c0c47e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobx/lib/home/todo_list_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class TodoListView extends StatelessWidget {
3131
onTap: () {
3232
Navigator.push(
3333
context,
34-
MaterialPageRoute(
34+
MaterialPageRoute<void>(
3535
builder: (_) {
3636
return DetailsScreen(
3737
todo: todo,

0 commit comments

Comments
 (0)