Replies: 1 comment 1 reply
-
@lobonz Did you figure this out? In the same boat |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Stacked in my app and mostly all working well however struggling to get the StackedTabsScaffold to work.
I was following this tutorial:
https://isaacadariku.medium.com/flutter-persistent-navigation-bar-with-nested-navigation-using-stacked-router-service-b41a8b2a33b6
The issue I have is that StackedTabsScaffold's routes property expects PageRouteInfo which in the tutorial appears to use routes that are generated (using stacked generate) however those routes dont seem to be generated for me.
I know Stacked has been through quite a bit of development since that tutorial so expecting this may have changed however there is very little I can find by way of documentation or examples and spent half a day to try and get it working.
If someone has an example or can tell me how to supply the correct routes to StackedTabsScaffold that would help me greatly.
Beta Was this translation helpful? Give feedback.
All reactions