karvulf
karvulf
This example fitted very well for my usecase because it the widget holds the beamer location in separated delegates (see `routerDelegates` in `_AppScreenState`. Like this I was able to ensure...
Ah I see, the listener could solve my issue, thank you, I will close the issue and try it with your proposed solution @darkstarx
As you wish :D @darkstarx
You could beam inside your BottomNavigationBar just by calling `context.beamToNamed(...` or when you want to beam to pages outside your BottomNavigationBar, you could use `Beamer.of(context, root: true).beamToNamed(...`. @DynxstyGIT
Hello @behrangnm Currently I don't think it works between two GridViews. This is something I could think of developing in the future but currently it won't be available.
Definitely 👍 @behrangnm
Hello @isenbj Currently not, this feature is not that easy to implement and could consume a lot of time which I don’t have currently, I am sorry for that :/
Hmm it sounds possible, but didn't try it. Can you show me the example code you used to try that? @isenbj
Hello @JDongKhan I never thought using it that way! :D I don't know if its a complicated feature or not. That depends on `PageView`. But usually I only made this...
Hmm Ok, I will check that, maybe it's a problem that is not too hard to solve, not sure @JDongKhan Can you build an example code for me that I...