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.
This allows the stack trace with a failed namedLocation call during redirection to be shown. Right now the exception is passed to the errorPageBuilder but there's no stack trace output.
This allows the stack trace with a failed
namedLocation
call during redirection to be shown. Right now the exception is passed to theerrorPageBuilder
but there's no stack trace output.