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

stack trace info swallowed for an exception caught during navigation #158

Closed csells closed 2 years ago

csells commented 2 years ago

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.

csells commented 2 years ago

fixed in v2.2.7