You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I found these errors with CircularPercentIndicator when I have animation set to true.
First; when animating and having arcType: ArcType.HALF, if I set percent to 0, it gives an error.
Second; when not animating and having arcType: null, the widgetIndicator just vanishes. Also, it seems a bit odd that when you set arcType it changes the default colours.
PS:
Third: sadly when I tested this arcType with null, also found an error with the positioning of the widgetIndicator not considering startAngle.
Hi, I found these errors with
CircularPercentIndicator
when I haveanimation
set totrue
.First; when animating and having
arcType: ArcType.HALF
, if I setpercent
to 0, it gives an error.Second; when not animating and having
arcType: null
, thewidgetIndicator
just vanishes. Also, it seems a bit odd that when you setarcType
it changes the default colours.PS:
Third: sadly when I tested this
arcType
withnull
, also found an error with the positioning of thewidgetIndicator
not consideringstartAngle
.The text was updated successfully, but these errors were encountered: