diff --git a/example/lib/app/modules/home/home_widget.dart b/example/lib/app/modules/home/home_widget.dart index 933455b1..43910a84 100644 --- a/example/lib/app/modules/home/home_widget.dart +++ b/example/lib/app/modules/home/home_widget.dart @@ -26,7 +26,7 @@ class HomeWidget extends ModularStatelessWidget { FlatButton( onPressed: () { Navigator.of(context) - .pushNamed('/list/${get().counter}'); + .pushNamed('/home/list/${get().counter}'); }, child: Text("LIST"), )