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
:displayLeftButton
displayRightButton
displayNextArrow
displayPrevArrow
- Add new
displayDotsIndicator
parameter. - Fix the
StepTitle
text centering. - Remove the use of
Platform
for checking the current platform and makeCupertinoIcons
arrows the default for all. This is for better compatibility.
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.