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
442 stars 96 forks source link

fix support for Link widget and context.go() on books sample's Settings page #32

Closed csells closed 3 years ago

csells commented 3 years ago

when running the Books sample in the browser:

  1. going to /book/0 should end up at /books/all/0 (with /books/all shown when the user presses Back on the AppBar)
  2. that page is shown briefly but then the app goes to /books/all immediately for some reason
  3. going to either /book/0 OR /books/all/0 directly from the browser's address bar works just fine
csells commented 3 years ago

dumb didChangeDependencies bug in screens/books.dart