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
Ok, @sunarya-thito how you're handling the controller case in Carousel isn't ideal. You're disposing the CarouselController inside Carousel (_CarouselState specifically). So, if state changes in parent, it gets disposed inside the child. But since parent's parent isn't updated, the CarouselController never gets recreated. Thus we have this Exception that says we're using a disposed ChangeNotifier which is the CarouselController is subclass of
Hi again,
When i use the Carousel widget, i get this particular error.
And here the code
I even tried disposing the controller in dispose method. Can't able to resolve this. Any suggestion please.!!
The text was updated successfully, but these errors were encountered: