progress_stepper 1.1.0
progress_stepper: ^1.1.0 copied to clipboard
Flutter package for showing custom progress stepper. You can use either the built in shapes (Arrow or Chevron) or can specify own shapes, using the builder.
1.1.0 18 Feb 2024 #
- Added new step indicator ProgressStepWithBluntChevron
- Stepper can now specify both ends to be blunt using
bluntHeadandbluntTailbooleans
1.0.0 30 Nov 2021 #
- Supports null safety
- Updated the example application
0.1.1 31 Mar 2021 #
- Added option to set child widgets inside the progress stepper
0.1.0 11 May 2020 #
- Added onClick callback for notifying selection
0.0.1 30 Apr 2020 #
- Initial version with progress stepper
- Two kinds of step indicator available
- ProgressStepWithChevron
- ProgressStepWithArrow