You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the fader widget to fade text slides in and out - however if the user changes their language (via a provider/notifier) the widget needs to be redrawn with the new language. This causes an issue with the fader being replaced:
"Another exception was thrown: setState() called after dispose(): _FaderState#72c2f(lifecycle state: defunct, not mounted)"
I think this could be fixed if the plugin included a "if (mounted)" check around the setState request.
The text was updated successfully, but these errors were encountered:
I use the fader widget to fade text slides in and out - however if the user changes their language (via a provider/notifier) the widget needs to be redrawn with the new language. This causes an issue with the fader being replaced:
"Another exception was thrown: setState() called after dispose(): _FaderState#72c2f(lifecycle state: defunct, not mounted)"
I think this could be fixed if the plugin included a "if (mounted)" check around the setState request.
The text was updated successfully, but these errors were encountered: