[Example] Add bottom_navigation_complex#535
Conversation
|
Hey @NeroThroN 👋 Very cool! 💙 As we talked on Discord, this is a great addition to the examples and I really like it. I hope we merge this by the end of the week 💪 Thanks again and sorry for late response 😞 |
|
@NeroThroN Hello, your example is very good, but there are some cases which I think should be included also. Pls read this issue #542 . I don't find in this example how can I reach deep link destination. For instance this "/Articles/1". |
|
@NeroThroN Thank you very much for this example ! It was exactly what I was looking for. It seems flutter's favorite |
|
@dleurs And |
|
Hey guys! As I spoke with @NeroThroN, I'm working on a new feature called "Route Structure" which should help in building complex scenarios like this one. Current draft PR is here, but needs more work until I merge it. I'm also on a vacation so things are massively slowed down these weeks. |
|
Hey @NeroThroN 👋
The correct action is already implemented for onLongPress: () => Beamer.of(context).root.beamToNamed('/Article/${article.id}'),
// or onLongPress: () => Beamer.of(context, root: true).beamToNamed('/Article/${article.id}'),We have to take the root Beamer here because we're inside
Can you describe this one in terms of exact routes in the app? I have a vague idea of what you're talking about, but am unsure how to reproduce this exactly in the app.
A general note regarding this (presuming it's about the Android back button); Overall behavior should be better if |
|
Is this example relevant to the problem that I have encountered? Please check the link below. |
|
Are there updates on this ? |

Description
Add a complete and complex example using multiples Beamers with deep and root pages.
Issue tracker:
Bonus:
Pages structure