- Add postFrameCallback to support start animation at first time(#65)
- Fix issue that Number reversed when using RTL localization
- Fix issue that LikeButtonTapCallback result can't be null
- Fix issue that Bubble animation is cropped #50
- Format dart
- Support null-safety
- Fix animation stop when setstate
- Fix readme error
- Add stale.yml
- Fix the error of bubbles_painter.dart.
- Fix analysis_options
- Breaking change: add likeCount for CountDecoration call back
- Public LikeButtonState and onTap
- Support Flutter Web
- Add web demo
- Change postion to CountPostion, support top/bottom
- Add CountDecoration to custom count widget
- Add padding parameter for LikeButton
- Change bubbles' position to make them more clear.
- Feature: Add postion(left,right) support for like count widget
- Issue: fix likeCount/isLiked are not updated when rebuild.
- Support to always show like animation and increase like count by setting isLiked to null.
- Clip rect before padding(like count)
- Add OpacityAnimation for LikeCountAnimationType.part
- Update readme
- Change dotSize to bubblesSize
- First Release