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

error in nested_nav example debug output #62

Closed csells closed 2 years ago

csells commented 2 years ago
════════ Exception caught by animation library ═════════════════════════════════
The provided ScrollController is currently attached to more than one ScrollPosition.
════════════════════════════════════════════════════════════════════════════════

It doesn't affect the behavior and it's just a sample but it still bothers me and must be fixed!

rydmike commented 2 years ago

I have seen this error as well, and not only with go_router. In that other case I was pretty sure the scroll controller was not attached to more than one position, I tried keys, did not see it for a while, but saw one recently again - dang. Interesting in learning what you find out about the issue.

csells commented 2 years ago

fixed in v2.1.2.