fluttercandies / like_button

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.
MIT License
469 stars 96 forks source link

Only increment (add) button #63

Closed emil45 closed 2 years ago

emil45 commented 2 years ago

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 not working, Can someone share an example?

(I'm using the onTap to update the server)

zmtzawqlp commented 2 years ago

runnable demo ,plz