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
Hi, I'm receiving this error on our production application. Our usage is not good enough, I just spotted it, we are using timer to delay some action then call snap method. We are using delays, but also there is delay in the snap method itself. Before calling _animationController.forward(); you should check if controller is not null and widget is mounted.
snappable: 1.0.1, error:
Hi, I'm receiving this error on our production application. Our usage is not good enough, I just spotted it, we are using timer to delay some action then call snap method. We are using delays, but also there is delay in the snap method itself. Before calling
_animationController.forward();
you should check if controller is not null and widget is mounted.snappable: 1.0.1, error:
The text was updated successfully, but these errors were encountered: