Skip to content

HuixingWong/compose-likeButton

Repository files navigation

Compose likeButton

Compose like button.

compose_like.mov

How to Use

@Composeable
fun Content() {
    LikeButton(
        size = 50.dp,
        likeButtonState = rememberLikeButtonState(
            initIsLiked = false,
        ),
    )
}

Thx

Flutter like_button

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages