easy_stepper 0.1.0 easy_stepper: ^0.1.0 copied to clipboard
A fully customizable, beautiful and easy to use stepper. The stepper widgets help you to show or collect information from users using organized steps.
easy_stepper #
About #
A fully customizable, beautiful and easy to use stepper.
Description #
The stepper widgets help you to show or collect information from users using organized steps.
Getting started #
-
Simply import
package:easy_stepper/easy_stepper.dart
. -
Important: The
direction
argument controls whether the stepper is displayed horizontally or vertically. A horizontal Stepper can be wrapped within a Column with no issues. However, if wrapped within a row, it must also be wrapped within the built-in Expanded widget. The same applies to the vertical Stepper. -
Validation: To enable validation before the next step is reached, set the
steppingEnabled
property to an appropriate value in aStatefulWidget
. -
Controlling Steppers: All steppers are controlled using the
activeStep
property. You can control a stepper by tapping individual steps.- See examples here.
-
To customize the color, border, etc., wrap a stepper widget inside a
Container
and specify it'sdecoration
argument.
Features #
Simple to use icon stepper widget, wherein each icon defines a step. Hence, the total number of icons represents the total number of available steps. See Example.
Horizontal-Stepper #
- With Title:
- Without Title:
Vertical-Stepper #
Feedback #
-
Please file an issue here.
-
For more information please send me an email or connect with me.
Connect with me #
Please Support #
-
Please Like to support!