diegoveloper / flutter_percent_indicator

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

there's a grey stroke around the LinearPercentIndicator #104

Closed Hasankanso closed 2 years ago

Hasankanso commented 3 years ago

thank you for sharing such a good work. I have a problem with LinearPrecentIndicator, I use this code:

            LinearPercentIndicator(
              width: 140.0,
              lineHeight: 15.0,
              percent: 100,
              center: Text(
                "100%",
 ),
              backgroundColor: Colors.red,
              progressColor: Colors.green,
            )

Screenshot from 2021-01-21 02-07-41

I can see a grey or a red color on the right side of the indicator. can this be fixed?

diegoveloper commented 3 years ago

hmm maybe it's something related to this bug-> https://github.com/flutter/flutter/issues/14288