diegoveloper / flutter_percent_indicator

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

1% progress should be inside #154

Closed deakjahn closed 2 years ago

deakjahn commented 2 years ago

A fix to https://github.com/diegoveloper/flutter_percent_indicator/issues/147.

Basically a single line: https://github.com/deakjahn/flutter_percent_indicator/blob/5d89ef2751cb29ec3cfba09b01ee9be1bb5d0a35/lib/linear_percent_indicator.dart#L358

All the rest is just bringing the code up to the latest plugin and gradle versions.

deakjahn commented 2 years ago

Fair enough. I think I recreated the previous look of the original sample, check it again, please. I changed both screenshots in the art folder because the circular one seemed to be lagging behind the actual example, too.

diegoveloper commented 2 years ago

Can you attach a screenshot here?

deakjahn commented 2 years ago

screen2

The 5th item.

diegoveloper commented 2 years ago

great, thanks for your contribution!

deakjahn commented 2 years ago

Sure, my pleasure. I wanted to use your nice bar instead of my much flatter looking old one in an app of mine, I needed to upload my new version to Google anyway, so I needed that nicer look right away. :-D