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

It seems that `padding` actually adds padding around each step, but for the leading and trailing steps, I don't want the padding because it makes my layout wrong. Is there...

![截屏2024-05-17 11 20 20](https://github.com/SandroMaglione/step-progress-indicator/assets/19948815/e74e8331-3e11-44da-a097-c3b9dd2025ac) ![截屏2024-05-17 11 20 55](https://github.com/SandroMaglione/step-progress-indicator/assets/19948815/81af9863-aeca-47a5-a873-d7a0d56a809c)

After Implementing provided code for gradient, gradient was not applied in right way resulting gradient to transfer to unselected color while unselected color was coded correctly. `CircularStepProgressIndicator( gradientColor: LinearGradient( begin:...