flutter_steps 2.0.0
flutter_steps: ^2.0.0 copied to clipboard
A customizable widget that allows you to display a series of steps in a horizontal or vertical direction.
2.0.0 #
- Add
FlutterStepsControllerfor programmatic next/back/jumpTo navigation - Add
currentStepproperty to control active steps by index - Add
onStepTappedcallback for tap-to-navigate on step indicators - Add
onStepChangedcallback for listening to controller step changes - Improve code quality: fix typo, extract duplicated helpers, optimize color resolution
- Add unit tests
1.0.5 #
- Update README.md
1.0.4 #
- Update README.md
1.0.3 #
- Update README.md
1.0.2 #
- Update README.md
1.0.1 #
- Update pubspec.yaml
1.0.0 #
- Initial version.