Nested Navigation
Hi,
I'd like to be able to use flutter_redux_navigation with Nested Navigation.
The Navigator class documentation under Nesting Navigators describes this: https://docs.flutter.io/flutter/widgets/Navigator-class.html
This would help with tabbed navigation where each tab has its own Navigator.
Thank you!
I will have to do some testing and get back to you on that.
@juliusspencer it does not support nested Navigators currently, but I do see a way around it.
How about having an isNested flag in NavigateToAction that will require to assign a NavigatorHolder.nestedNavigatorKey to the nested Navigator.
WDYT?
That sounds good @esarbanis. Thank you for taking the time to look into this.
@juliusspencer I think I under-estimated the level of involvement this feature has. Although I managed to get it working there is a very tricky part to it, which has to do with navigating using explicitly one of the nested navigators.
I don't want to rush this so that we can get it right. Any thoughts would be more than welcome.
No problem. Thanks for taking the time. I'm not familiar enough with it to make any good recommendations unfortunately.
Hey guys! Was this ever solved?