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
442 stars 96 forks source link

show exceptions in console output if debugLogDiagnostics is set #48

Closed csells closed 2 years ago

csells commented 2 years ago

super handy way to see issues w/o needing to dig into the state.error.

csells commented 2 years ago

implemented. will be part of the next release.

csells commented 2 years ago

fixed in v1.1.1