i want to show the completion of a task in a circu...
# compose-ios
p
i want to show the completion of a task in a circular progress ring, is there something already available ?
something like this
c
I think you should be good with the material
CircleProgressIndicator
https://m3.material.io/components/progress-indicators/overview
p
can't control the progress value in compose material 3, anyways i made a custom composable using canvas
d
A hack would be to put the circular indicator on top of the other and give them different backgrounds then shade the outer one according to the progress