easy_stepper 0.1.0 copy "easy_stepper: ^0.1.0" to clipboard
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 #

Pub Version (including pre-releases) GitHub issues GitHub closed issues GitHub last commit GitHub code size in bytes

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 a StatefulWidget.

  • 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's decoration 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:

Horizontal-Stepper

  • Without Title:

Horizontal-Stepper

Vertical-Stepper #

Vertical-Stepper Vertical-Stepper

Feedback #

  • Please file an issue here.

  • For more information please send me an email or connect with me.

Connect with me #

GitHub LinkedIn Facebook Twitter

Please Support #

263
likes
0
pub points
98%
popularity

Publisher

unverified uploader

A fully customizable, beautiful and easy to use stepper. The stepper widgets help you to show or collect information from users using organized steps.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dotted_border, flutter, lottie

More

Packages that depend on easy_stepper