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

dont have curvy edges modification for CircularStepProgressIndicator widget. #7

Closed VK027 closed 4 years ago

VK027 commented 4 years ago

Hi Team,

We don't have curvy edges modification for the CircularStepProgressIndicator widget. Similarly like roundedEdges: Radius.circular(10), for the StepProgressIndicator.

Is there any option, can you please revert it.

SandroMaglione commented 4 years ago

Hi @Vrocks27,

Yes, it is a good idea. The CircularStepProgressIndicator is implemented differently from the StepProgressIndicator, but it should be possible to have roundedEdges too. I will look into it.

SandroMaglione commented 4 years ago

@Vrocks27, I added a new bool option to the CircularStepProgressIndicator called roundedCap that makes all the edges of each step in the indicator rounded (here). I am going to convert it to a bool Function() in order to allow you to customize each step cap.

I am also planning some other upgrades to the project. After that, I will update the documentation and publish the updates.

SandroMaglione commented 4 years ago

I just release the new update v0.2.4+7 on pub.dev.

Thanks again for your suggestion 👍