cool_stepper 1.2.1 copy "cool_stepper: ^1.2.1" to clipboard
cool_stepper: ^1.2.1 copied to clipboard

CoolStepper is a widget that displays a step by step sequence of operations. it could be helpful for a form wizard or onboarding.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cool_stepper

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  cool_stepper: ^1.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:cool_stepper/cool_stepper.dart';
142
likes
120
pub points
87%
popularity

Publisher

unverified uploader

CoolStepper is a widget that displays a step by step sequence of operations. it could be helpful for a form wizard or onboarding.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

another_flushbar, flutter

More

Packages that depend on cool_stepper