Closed filiph closed 5 years ago
@filiph looks like there is a bug with the SweepGradient
https://github.com/flutter/flutter/issues/23648
@filiph I ended using LinearGradient
with begin
and end
attributes instead of SweepGradient
for now.
Partly addresses https://github.com/diegoveloper/flutter_percent_indicator/issues/22. Needs more work.