step-progress-indicator icon indicating copy to clipboard operation
step-progress-indicator copied to clipboard

Open source Flutter package, bar indicator made of a series of selected and unselected steps

Results 14 step-progress-indicator issues
Sort by recently updated
recently updated
newest added

I have a progress bar of 8 steps, starting from step 1. When the bar is "full", meaning that the steps are completed, the `roundedEdges` property doesn't work properly, as...

Since sizing is forced on customStep instead of wrapping content this causes a number of overflow problems. This is when using forced sizing: ![image](https://user-images.githubusercontent.com/6377030/175364262-27622a54-230f-48f2-a29c-ecb7a79947ee.png) When removing size this is caused:...

Implement this library to be able to control the volume and brightness, but there are black lines when totalSteps is 100, is there any solution for this? ![image](https://user-images.githubusercontent.com/22886367/149648141-c0c8cf45-6404-47ca-a151-29356a8630a1.png)

When you apply roundedCap to every step, as in the inner cicle, a color will lose its opacity. Probably because these are partially drawn over the next step? ![image](https://user-images.githubusercontent.com/26252443/105022221-ca6a2b00-5a49-11eb-82f7-7a846f7069c7.png) Example...

bug

Either a String label with the currentStep, vertically center aligned with the current step widget (I guess it needs to be linear for this to work). Or even labels with...

question

I am using verticle **StepProgressIndicator** and I want to give dynamic height to it because I am generating steps based on the length of API. Is there any way to...

question

Hi again, Being able to handle ontap events, and possibly even show a tooltip can be a great way to give context and meaning to progress. In my case, I...

enhancement