csells / go_router

The purpose of the go_router for Flutter is to use declarative routes to reduce complexity, regardless of the platform you're targeting (mobile, web, desktop), handling deep linking from Android, iOS and the web while still allowing an easy-to-use developer experience.
https://gorouter.dev
441 stars 96 forks source link

Working With SPA in GoRouter #358

Closed mhdarshad closed 2 years ago

mhdarshad commented 2 years ago

I am Working With SPA where I want to add navigation in single page and I want only the Particular widget to get navigate when i click the Side navigation bar and simultaneously i want to see the represent link to get change dynamically. how to get that one

csells commented 2 years ago

Take a look at the nested navigation docs.