flutter_percent_indicator
flutter_percent_indicator copied to clipboard
Features missing
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
Why don't you use the Slider widget?
Cannot have the value above to be always visible, it needs to be clicked, if you know any other way, it would be helpful
@Nedimko123 you can use this package another_xlider: ^3.0.1 instead.