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

Document the values to expect in various uses of GoRouterState #108

Closed csells closed 2 years ago

csells commented 2 years ago

Discussed in https://github.com/csells/go_router/discussions/102

Originally posted by **kevmoo** October 22, 2021 I noticed that `location` is always set, but `path` and `fullPath` are not. It'd be nice to have documented what to expect.
csells commented 2 years ago

fixed in v2.2.6