cool_stepper 1.0.0+1 copy "cool_stepper: ^1.0.0+1" to clipboard
cool_stepper: ^1.0.0+1 copied to clipboard

outdated

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

cool_stepper #

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

Usage #

To use this package, add cool_stepper as a dependency in your pubspec.yaml file. And add this import to your file.

import 'package:cool_stepper/cool_stepper.dart';

Screenshots #

Example #

CoolStepper(
   onCompleted: () {},
   steps: List<CoolStep>[
       CoolStep(
        title: "Basic Information",
        subtitle: "Please fill some of the basic information to get started",
        content: Container()
       ),
   ],
);

CoolAlert Class #

Attribute Data type Description Default Value
onCompleted Void Function() @required - A function that is triggers when all steps have been completed Null
steps List @required Null
142
likes
0
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

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on cool_stepper