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

Bubble animation does not work after Flutter 2 #50

Closed armandojimenez closed 3 years ago

armandojimenez commented 3 years ago

Hi,

I upgraded to flutter 2 and the null safety version of this package, and now the bubble animation does not work, it does not overflow outside the side, it all stay in a little box the size of the heart, any fix for this? If I downgrade to 1.0.4 it works again

zmtzawqlp commented 3 years ago

you mean animation is cropped?

armandojimenez commented 3 years ago

Exactly! The animation now does not show outside the icon, it’s cropped to the icon size

armandojimenez commented 3 years ago

Thanks! Issue fixed with latest version