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 97 forks source link

pressing AppBar Back button after a push() doesn't refresh the brower's address bar #40

Closed csells closed 3 years ago

csells commented 3 years ago

until a go or another push

can repro by running the push sample, pressing the button to push a route and then pressing the Back button the AppBar.

doughywilson commented 3 years ago

I can confirm that the URL is updated correctly on the next call to push() or pushNamed().

csells commented 3 years ago

@doughywilson I think this is fixed in v1.0.1. Please give it a try.

doughywilson commented 3 years ago

@doughywilson I think this is fixed in v1.0.1. Please give it a try.

Boom! Works great! Thanks for the fast fix!!

csells commented 3 years ago

great! thanks for the help, @slightfoot!

slightfoot commented 3 years ago

Your welcome @csells