Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 429 Bytes

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