-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
On the docs page for the GoRouteData class, there's a link mentioned in the description, which is supposed to go to https://gorouter.dev/typed-routing but that page doesn't seem to exist, because I get redirected to https://pub.dev/packages/go_router. I had no luck finding any docs or examples on the topic of typed routing.
I am also aware of the existence of TypedGoRoute class whose purpose, as it seems to me, is to be used as an annotation with code generation tools. Unfortunately, I really don't have a clue how this is supposed to be utilised in a project, so an example usage or more detailed docs would be of great help.
Thanks