Nested routes browser url in flutter

116

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

Share:
116
dieppa
Author by

dieppa

Updated on January 03, 2023

Comments

  • dieppa
    dieppa over 1 year

    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.

    • Ma Jeed
      Ma Jeed about 2 years
      what do you see in your browse url? a # ?
    • dieppa
      dieppa about 2 years
      A #. Once Implemented the tutorial you get a #. Might it have something to do with? I have changed the url strategy with no success.