Chaloemphisit Sirichai

Results 2 comments of Chaloemphisit Sirichai

Sorry, but i think this logic will not work for nested map.

Hi @vanhcoder Basically, go_router provides the ability to add the navigation key. ``` final _rootNavigatorKey = GlobalKey(); class AppRouter { final goRouter = GoRouter( navigatorKey: _rootNavigatorKey, routes: [], ); }...