clever_stepper 0.1.4 copy "clever_stepper: ^0.1.4" to clipboard
clever_stepper: ^0.1.4 copied to clipboard

Modified version of Stepper from material library for additional features.

CleverStepper #

Modified version of Stepper from material library with extra juices. Maintained by CleverFlow.

How's it different from Stepper from Material? #

The controlsBuilder() in Material's Stepper doesn't have the context of the step for which the builder is called. Because of this, it's not possible to customize the controls depending of the step or it's status. CleverStepper solves that.

Usage #

Apart from the regular niceties of Stepper widget from the Material.dart class, this package provides three extra params in the controlsBuilder() override. These are as follows:

Note: controlsBuilder() is called for each step.

Property Type Description
stepIndex int Step's index
stepState CleverStepState CleverStepState for the step
isStepActive bool Whether or not the step is active
trailing Widget Add a trailing widget to the step
3
likes
80
pub points
0%
popularity

Publisher

verified publishercleverflowhq.com

Modified version of Stepper from material library for additional features.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on clever_stepper