matt

Results 1 issues of matt

Seems to be an issue passing arguments over with a `Navigator.pushNamed(context, PassArgumentsScreen.routeName, arguments: ScreenArguments('arg1', 'arg2'));` when using persistent bottom nav bar. `persistent_bottom_nav_bar: ^2.0.5` `Flutter 1.22.0` Code to reproduce: ``` import...