Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Count animation is not working when called from state. #76

Open
rafaelmaia8384 opened this issue Jan 28, 2023 · 1 comment
Open

Count animation is not working when called from state. #76

rafaelmaia8384 opened this issue Jan 28, 2023 · 1 comment

Comments

@rafaelmaia8384
Copy link

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();
}
@zmtzawqlp
Copy link
Member

it's just for the animation , and not the value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants