simple_stepper 0.0.3
simple_stepper: ^0.0.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.3 #
- Make the following parameters editable from
SimpleStepperState:displayLeftButtondisplayRightButtondisplayNextArrowdisplayPrevArrow
- Add new
displayDotsIndicatorparameter. - Fix the
StepTitletext centering. - Remove the use of
Platformfor checking the current platform and makeCupertinoIconsarrows the default for all. This is for better compatibility.
0.0.2+3 #
- Expose the
currentStepvariable from theSimpleStepperState.
0.0.2+2 #
- Adds
subtitleWeightandsubtitleHeightparameters toStepTitle.
0.0.2+1 #
- Fix bug: Overflowing text on
StepTitle.
0.0.2 #
- Add more parameters to
StepTitlefor extended customization. - Add documentation for
StepTitle.
0.0.1+1 #
- Fix bug related with the
canProceedandcanGoBackparameters.
0.0.1 #
- Initial release.