SandroMaglione / step-progress-indicator

Open source Flutter package, bar indicator made of a series of selected and unselected steps
https://pub.dev/packages/step_progress_indicator
MIT License
163 stars 37 forks source link

Apply rounded Edges even when steps are 0 #23

Closed amrosaad93 closed 3 years ago

amrosaad93 commented 3 years ago

Hello,

Thank you for the great package. I am having an issue when I apply the rounded Edges. I would like the bar to show a rounded edge even when the current steps are 0.

This is how the current bar looks like:

_20210220_132253

and this is how I would like it to look like.

unnamed

Is there any way I can get it to have a round edge even when the steps are 0.

SandroMaglione commented 3 years ago

Hi @amrosaad93

Yes, there was an issue with this specific usecase. Fixed in #24 👍