like_button 0.1.9 like_button: ^0.1.9 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.9] #
- Change postion to CountPostion, support top/bottom
- Add CountDecoration to custom count widget
[0.1.8] #
- Add padding parameter for LikeButton
- Change bubbles' position to make them more clear.
[0.1.7] #
- Feature: Add postion(left,right) support for like count widget
[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