I’m trying to create a ProgressBar that behaves like a semi-circle, going from 0 to 1000, similar to a score meter. When the score reaches 1000, it should fill 50% of the circle, creating a semi-circular arc. In FlutterFlow, I’ve set the Start Angle to 180°, but I couldn’t find an option to define an End Angle for the semi-circle.
I would like to know how I can adjust this configuration to create this semi-circle effect, where the progress goes up to 1000 and fills half of the circle.
Question: Does anyone know how to configure FlutterFlow to create a semi-circle ProgressBar from 0 to 1000, or is there any workaround to limit the progress so it reaches half the circle?