flyerhq / flutter_link_previewer

Customizable link and URL preview extracted from the provided text with the ability to render from the cache. Ideal for chat applications.
MIT License
72 stars 75 forks source link

fix: looking up deactivated ancestor is unsafe error #40

Closed felixgabler closed 2 years ago

felixgabler commented 2 years ago

I received this error when navigating away from a chat with link preview. The controller was still trying to be initialized. This should only be done in initState

demchenkoalex commented 2 years ago

Thanks for the PR!