like_button icon indicating copy to clipboard operation
like_button copied to clipboard

Count animation is not working when called from state.

Open rafaelmaia8384 opened this issue 1 year ago • 1 comments

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();
}

rafaelmaia8384 avatar Jan 28 '23 15:01 rafaelmaia8384