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

Hey guys great library but a question when i run the like count and isLiked from a stream and have the onTap trigger a change in the value on a...

i d'like to know if the animation is tied to the ontap or to the isLiked parameter ? I want to start the animation based on a boolean stored in...

Thanks for your package... Beautiful. Is there something to enlarge clickable zone ? Or a method to implement a larger zone properly ? Lot of app enlarge clickable zone because...

The parameter working when ontap: is working when building the widget.

I have wrapped this Like Button with my stateless Widget named Love Button The animation of this like button is working until I use onTap feature after onTap callback added...

I'm trying to implement "only increment (add)" share button, To show how many times this entity has been shared. Tried to explore the `countBuilder`, but everything get messy and things...

Hi, I would like to be able in the tap event to set the liked state and change the state of the button and then call my API. It's to...

Similar to #27, but the solution does not work for me. I have a like button, inside of a List Tile. when i like it, then scroll it out of...

StackOverFlow

When i used async function inside onbutton tapped ,animation is stopped,i tried many times or it will show initial color of button not updating liked color

StackOverFlow

Thank you for the awesome animation button package. I've very appreciated your effort. Recently, I've noticed somewhat race condition issue, which prevents the animation to work correctly. The following is...