diegoveloper / flutter_percent_indicator

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

Features missing #184

Open Nedimko123 opened 1 year ago

Nedimko123 commented 1 year ago

How can I make this linear percent indicator, where there is circle in the middle and above it progress value. I could not do this with your package, so I just used positioned widget inside a stack for the text, but it's hard to get it to be super accurate image

diegoveloper commented 1 year ago

Why don't you use the Slider widget?

Nedimko123 commented 1 year ago

Cannot have the value above to be always visible, it needs to be clicked, if you know any other way, it would be helpful

tushar0518 commented 1 year ago

@Nedimko123 you can use this package another_xlider: ^3.0.1 instead.