lukepighetti / fluro

Fluro is a Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.
https://pub.dev/packages/fluro
MIT License
3.67k stars 417 forks source link

Nested routing from notifications #245

Open pawelpetruch opened 3 years ago

pawelpetruch commented 3 years ago

Hi,

I have a route '/chats' sent from a notification . '/chats' is one of the routes used by the bottom navigation bar. How can I navigate to the chats page so that along the way I also open the page that has the bottom navigation bar and I don't just simply push the chats page?

I want it work the same as if it a user was taken there by tapping on the bottom navigation bar.

Thanks, Pawel

pawelpetruch commented 2 years ago

@lukepighetti any idea?