flutter_animation_stepper 2.0.1
flutter_animation_stepper: ^2.0.1 copied to clipboard
A Flutter package for creating beautiful horizontal steppers with smooth animations and customizable themes.
2.0.1 #
New Features #
- MovingDotStepper: Added
completedDot,activeDot, andinactiveDotparameters to completely replace dot widgets with custom widgets - Added 4 new examples demonstrating custom dot widgets (square, diamond, gradient, text-based)
Notes #
- Use
completedDot,activeDot,inactiveDotfor fully custom dot widgets (replaces entire dot structure) - Use
completedIcon,activeIcon,inactiveIconfor custom icons inside default circular dots
2.0.0 #
Breaking Changes #
- MovingDotStepper: Removed
stepSpacingandlinePaddingtheme properties - MovingDotStepper: Steps now automatically distribute evenly across available width
- MovingDotStepper: Width is now controlled by parent widget (Container, Expanded, etc.)
New Features #
- MovingDotStepper: Added
lineInsettheme property to control spacing between dots and lines - MovingDotStepper: Steps now scale responsively based on container width
Migration Guide #
- Remove
stepSpacingandlinePaddingfromMovingDotStepperTheme - Wrap
MovingDotStepperin a sized container or useExpandedto control width - Use
lineInsetproperty (default: 0.0) for spacing between dots and lines
1.0.2 #
- Added
activeIconandinactiveIconparameters to MovingDotStepper - Now supports custom icons for all three states: inactive, active, and completed
- Added four new examples demonstrating custom icons in all states
1.0.1 #
- Added MovingDotStepper widget with independent line segments and extensive customization options (background fill, border width, shadow, outlined active state)