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

`GoRouterState` should include the `name` property for the route #86

Closed oravecz closed 2 years ago

oravecz commented 2 years ago

The name property is not included in GoRouterState class. I'm relying on named routes for all of my routing and need this included, please.

csells commented 2 years ago

fixed in v2.1.1. @oravecz can you confirm?

oravecz commented 2 years ago

Looks good, working for me