I need to create this percent indicator
How can i achieve this? I've tried percent_indicator package in Flutter, but the main problem is that we have a limited amount of strokeCap options. I've also tried to do that with two arcs, but the problem remains the same. Is there is a way to create a custom strokeCap, or maybe another way without canvas.drawArc?
You can achieve this using a CustomPainter. Below is my solution.
You should get an output that looks like the below: