cupertino_stepper
cupertino_stepper copied to clipboard
Cupertino version of the Material Stepper in Flutter
Cupertino Stepper for Flutter
Cupertino version of the stock Material Stepper in Flutter.
NOTE: This is not the same as the UIStepper control on iOS. |
---|
Stepper is a widget that displays progress through a sequence of steps. Steppers are particularly useful in the case of forms where one step requires the completion of another one, or where multiple steps need to be completed in order to submit the whole form.
Screenshots
Horizontal
Vertical
Usage
To use this package, add cupertino_stepper
as a dependency in your pubspec.yaml file.