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.
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?
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?
Thanks.
Regards, Jose