like_button 0.1.6
like_button: ^0.1.6 copied to clipboard
Like Button is a flutter library that allows you to create a button with animation effects similar to Twitter's heart when you like something.
0.1.6 #
- Issue: fix likeCount/isLiked are not updated when rebuild.
0.1.4 #
- Support to always show like animation and increase like count by setting isLiked to null.
0.1.3 #
- Clip rect before padding(like count)
0.1.2 #
- Add OpacityAnimation for LikeCountAnimationType.part
0.1.1 #
- Update readme
- Change dotSize to bubblesSize
0.1.0 #
- First Release