like_button library

Enums

CountPostion
like count widget postion left of like widget right of like widget
LikeCountAnimationType

Typedefs

CountDecoration = Widget? Function(Widget count, int? likeCount)
return count widget with decoration
LikeButtonTapCallback = Future<bool?> Function(bool isLiked)
create by zmtzawqlp on 2019/5/27
LikeCountWidgetBuilder = Widget? Function(int? likeCount, bool isLiked, String text)
build widget when likeCount is changing
LikeWidgetBuilder = Widget? Function(bool isLiked)
build widget when isLike is changing