cool_stepper_reloaded 3.2.6 cool_stepper_reloaded: ^3.2.6 copied to clipboard
CoolStepper Reloaded is a new widget based on CoolStepper, 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_reloaded
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cool_stepper_reloaded: ^3.2.6
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_reloaded/cool_stepper_reloaded.dart';