cupertino_stepper 0.2.1 copy "cupertino_stepper: ^0.2.1" to clipboard
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';
221
likes
130
pub points
92%
popularity

Publisher

unverified uploader

Stepper is a widget that displays progress through a sequence of steps. This is a Cupertino version of the stock Material Stepper in Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on cupertino_stepper