simple_stepper 0.0.2+3
simple_stepper: ^0.0.2+3 copied to clipboard
Simple Stepper helps you present steps in your Flutter App for different purposes, from feature presentation or guide the user filling a form in ordered steps.
0.0.2+3 #
- Expose the
currentStep
variable from theSimpleStepperState
.
0.0.2+2 #
- Adds
subtitleWeight
andsubtitleHeight
parameters toStepTitle
.
0.0.2+1 #
- Fix bug: Overflowing text on
StepTitle
.
0.0.2 #
- Add more parameters to
StepTitle
for extended customization. - Add documentation for
StepTitle
.
0.0.1+1 #
- Fix bug related with the
canProceed
andcanGoBack
parameters.
0.0.1 #
- Initial release.