Search code examples
flutterurlbrowsernavigation

Nested routes browser url in flutter


I have followed this tutorial. So far so good, nested routing works but the browser's url won't update when I navigate to a nested route. I understand browser url obeys the main Navigator. Is there a way to display nested routes too? Thanks in advance.


Solution

  • After days of research I ended implementing Beamer nested navigation. You can find a reference of the feature here. It works as expected and works great.

    Sample source code