super_stepper 0.4.0
super_stepper: ^0.4.0 copied to clipboard
A highly customizable animated Flutter stepper with controller support, builders, RTL, horizontal and vertical layouts.
0.4.0 #
- Placed vertical step labels below their icons and centered vertical connectors.
- Added configurable main-axis connector margins and isolated connector layout from label width.
0.3.0 #
- Changed step icons to accept widgets such as icons, images, and SVGs.
- Fixed
keepAlivesizing so hidden content does not control layout dimensions. - Positioned horizontal connectors relative to the indicator instead of labels.
- Moved example steps into
buildfor reliable hot reload updates.
0.2.0 #
- Added public validated navigation through
SuperStepperState. - Added horizontal connector width and top, middle, or bottom positioning.
- Added explicit per-step numbers as an alternative to icons.
- Fixed connector state in reversed steppers and default connector animation.
- Fixed label animation configuration and internal controller disposal.
- Added safe controller state validation and mutually exclusive loading state.
- Excluded unrelated development projects from published archives.
0.1.2 #
- Fixed the README demo GIF URL so it renders correctly on pub.dev.
0.1.1 #
- Replaced the README video demo with an animated GIF for reliable preview rendering.
0.1.0 #
- Initial release.
- Horizontal and vertical layouts.
- Controlled and controller-driven modes.
- Animated steps and connectors.
- Custom step, label, connector, content, and transition builders.
- Active, completed, inactive, disabled, error, and loading states.
- RTL support and keyboard-accessible semantics.