You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and button that launches like this : Beamer.of(context).beamToNamed('/myscreen-url');
But now I would like to create behaviour around what screen is asked by user (highlighting button corresponding to relative uri that is linked)
I need to re-create my widget navbar with this parameter target URI asked by user
The only way I found is : Beamer.of(context).configuration.location
But 'location' is notice to be deprecated AND the uri parameter into RouteInformation is not filled
How I can get the target URI (before!) reload my navbar ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everybody,
In the context of desktop application I use Beamer package for handling my navigation between many screens.
I think I use Beamer in the simplest way ; router declaration (page/route) like this :
and button that launches like this :
Beamer.of(context).beamToNamed('/myscreen-url');
But now I would like to create behaviour around what screen is asked by user (highlighting button corresponding to relative uri that is linked)
I need to re-create my widget navbar with this parameter target URI asked by user
The only way I found is : Beamer.of(context).configuration.location
But 'location' is notice to be deprecated AND the uri parameter into RouteInformation is not filled
How I can get the target URI (before!) reload my navbar ?
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions