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
441 stars 97 forks source link

create make of name => path at GoRouter ctor time #37

Closed csells closed 3 years ago

csells commented 3 years ago

allows for a fast mapping for goNamed at runtime and we're already reading the whole tree at ctor time to produce useful named-based error messages.

csells commented 3 years ago

v0.9.2