diegoveloper / flutter_percent_indicator

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

Adding progressBorderColor property on progressBar #196

Closed bardez closed 1 year ago

bardez commented 1 year ago

Used to allow percent indicator uses a different border color

Screenshot 2023-05-12 at 16 55 34

Screenshot 2023-05-12 at 16 55 46

diegoveloper commented 1 year ago

thanks for making these changes, can you also update the examples, adding a few using this new property? thanks

bardez commented 1 year ago

I make some changes to avoid percent border errors on linear. please verify and accept. Now with some examples

bardez commented 1 year ago

Screenshot 2023-05-17 at 11 16 06

Screenshot 2023-05-17 at 11 17 06

bardez commented 1 year ago

Up

bardez commented 1 year ago

@diegoveloper can you review this new PR pls?

diegoveloper commented 1 year ago

Thanks for the contribution!! I'm out of my city now but I'll publish this as a new version the next week. In the meantime you can point directly to the repo.

bardez commented 1 year ago

thanks bro!

katherineqian commented 1 month ago

Hi! When I set the progressBorderColor on a LinearPercentIndicator, nothing happens. It works on CircularPercentIndicator. Am I missing something here?