[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dont have curvy edges modification for CircularStepProgressIndicator widget. #7

Closed
VK027 opened this issue Aug 11, 2020 · 3 comments
Closed
Assignees
Labels
enhancement New feature or request next release Feature coming in the next release

Comments

@VK027
Copy link
VK027 commented Aug 11, 2020

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
Copy link
Owner

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 SandroMaglione self-assigned this Aug 15, 2020
@SandroMaglione SandroMaglione added the enhancement New feature or request label Aug 15, 2020
@SandroMaglione
Copy link
Owner

@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
Copy link
Owner

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

Thanks again for your suggestion 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request next release Feature coming in the next release
Projects
None yet
Development

No branches or pull requests

2 participants