-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested Navigation #3
Comments
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 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? |
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!
The text was updated successfully, but these errors were encountered: