like_button
like_button copied to clipboard
Count animation is not working when called from state.
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();
}