like_button icon indicating copy to clipboard operation
like_button 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 and animation effects to increase like count.

Results 21 like_button issues
Sort by recently updated
recently updated
newest added

I believe, LikeButton should use [`InkResponse`](https://api.flutter.dev/flutter/material/InkResponse-class.html) instead of [`GestureDetector`](https://api.flutter.dev/flutter/widgets/GestureDetector-class.html) inside the code [here](https://github.com/fluttercandies/like_button/blob/927476eddf88a4d39a007fc3411c5c39c084d23d/lib/src/like_button.dart#L289). The `InkResponse` can then also use the appropriate `HoverColor` and `HighlightColor`. This can also be seen in...