Skip to content

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

@rafaelmaia8384

Description

@rafaelmaia8384

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions