easy_stepper 0.8.5+1
easy_stepper: ^0.8.5+1 copied to clipboard
A fully customizable, beautiful and easy to use stepper widget. It help you to show or collect information from users using organized steps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add easy_stepper
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
easy_stepper: ^0.8.5+1
copied to clipboard
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:easy_stepper/easy_stepper.dart';
copied to clipboard