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

Why is there an initialLocation but not a initialNamedLocation? #375

Closed RandalSchwartz closed 2 years ago

RandalSchwartz commented 2 years ago

I'd like to be able to give my entry point a symbolic name (once I discovered those). Why isn't there an initialNamedLocation or whatever you want to call it?

csells commented 2 years ago

that's a good idea.