msacket
Results
12
comments of
msacket
@tyler401go Did you ever figure out how to navigate or route from one tab to a nested page in another? I'm having the same sorts of issues. Navigation seems to...
Thanks @tyler401go... I did find this to be another working option. I think the key is you have to create the whole stack. ```flutter AutoRouter.of(context).replaceAll([ MainRoute(children: [ JobsRoute(children: [ const...