diegoveloper / flutter_percent_indicator

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

Boring Show code #27

Closed filiph closed 5 years ago

filiph commented 5 years ago

Partly addresses https://github.com/diegoveloper/flutter_percent_indicator/issues/22. Needs more work.

diegoveloper commented 5 years ago

@filiph looks like there is a bug with the SweepGradient https://github.com/flutter/flutter/issues/23648

diegoveloper commented 5 years ago

@filiph I ended using LinearGradient with begin and end attributes instead of SweepGradient for now.