cupertino_stepper 0.2.1 cupertino_stepper: ^0.2.1 copied to clipboard
Stepper is a widget that displays progress through a sequence of steps. This is a Cupertino version of the stock Material Stepper in Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cupertino_stepper
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cupertino_stepper: ^0.2.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:cupertino_stepper/cupertino_stepper.dart';