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

fix overflow property in stack #38

Closed eslamira closed 3 years ago

eslamira commented 4 years ago

replacing overflow property with clip property in stack widget

zmtzawqlp commented 4 years ago

This is a breaking change and we should be working on Stable Branch, Master branch often changes api. And as i see, overflow: Overflow.visible != clipBehavior: Clip.hardEdge

zmtzawqlp commented 3 years ago

thanks, it's already fix in Flutter 2.0, please get latest one