diegoveloper / flutter_percent_indicator

Flutter percent indicator library
BSD 2-Clause "Simplified" License
677 stars 206 forks source link

Different version shows different size of circle for same radius in CircularPercentIndicator #191

Closed MdNaimHasan closed 1 year ago

MdNaimHasan commented 1 year ago

1 2 Version 3.4.0 and 4.2.1 shows different size of circle for same radius. In version 4.2.2, when radius is increased, eventually it goes outside of the ancestor container.

diegoveloper commented 1 year ago

https://pub.dev/packages/percent_indicator/changelog#400

MdNaimHasan commented 1 year ago

https://pub.dev/packages/percent_indicator/changelog#400 In version 4.2.2, when radius is increased, it doesn't show overflow error. Instead it draws circle outside of its ancestor container. 2

diegoveloper commented 1 year ago

you can try stackoverflow for those kind of questions

MdNaimHasan commented 1 year ago

you can try stackoverflow for those kind of questions

When tried with version 4.2.1, it gave overflow error which is acceptable. But version 4.2.2 doesn't give any overflow error. Also if you see closely, the circles went outside of their box and at some place they went over the tile and somewhere they went behind but over the background.