https://github.com/jpnurmi/cupertino_stepper
Cupertino version of the Material Stepper in Flutter
https://github.com/jpnurmi/cupertino_stepper
cupertino dart flutter flutter-widget stepper
Last synced: 10 months ago
JSON representation
Cupertino version of the Material Stepper in Flutter
- Host: GitHub
- URL: https://github.com/jpnurmi/cupertino_stepper
- Owner: jpnurmi
- License: bsd-3-clause
- Created: 2020-06-01T14:29:36.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T08:35:57.000Z (over 4 years ago)
- Last Synced: 2025-03-18T08:48:28.844Z (over 1 year ago)
- Topics: cupertino, dart, flutter, flutter-widget, stepper
- Language: Dart
- Homepage: https://pub.dev/packages/cupertino_stepper
- Size: 344 KB
- Stars: 21
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Cupertino Stepper for Flutter
[](https://pub.dev/packages/cupertino_stepper)
[](https://opensource.org/licenses/BSD-3-Clause)

[](https://codecov.io/gh/jpnurmi/cupertino_stepper)
Cupertino version of the stock [Material Stepper](https://api.flutter.dev/flutter/material/Stepper-class.html)
in [Flutter](https://flutter.dev).
| **NOTE:** This is not the same as the [UIStepper](https://developer.apple.com/design/human-interface-guidelines/ios/controls/steppers/) 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](https://flutter.io/platform-plugins/).