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

Strange behavior in the "books" example #343

Closed jamolina2021 closed 2 years ago

jamolina2021 commented 2 years ago

Hi,

In the "books" sample application, after logging in, the url (http://localhost:64453/#/books/popular) is displayed. but, as you will see in the screenshot, the arrow to go to the previous url (that is, the login url http://localhost:64453/#/signin) is active, although it is not possible to go back. This is a bug? book_error_1

Thanks.

Regards, Jose

csells commented 2 years ago

It is possible to go back according to the browser but then the redirection code kicks in. This is expected behavior.