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 am using the state of the widget to trigger the animation from another location in the app, but the animation that controls the number of likes is not working.
if (_readerState != null) {
_readerState!.controller?.forward();
_readerState!.likeCountController?.forward();
}
The text was updated successfully, but these errors were encountered:
I am using the state of the widget to trigger the animation from another location in the app, but the animation that controls the number of likes is not working.
The text was updated successfully, but these errors were encountered: