progress_stepper 3.1.0 progress_stepper: ^3.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.
3.1.0 - 26 Feb 2024 #
- Builder now provides context
3.0.0 - 21 Feb 2024 #
- Added support for labels by default
- Fixed width calculation issue in custom builder
- Fixed alignment issues in custom builder
2.1.0 - 19 Feb 2024 #
- Support for showing border with:
- Border Color
- Border Width
2.0.0 - 19 Feb 2024 #
- Padding logic updated
- Basic layout logic improved
1.1.0 - 18 Feb 2024 #
- Added new step indicator ProgressStepWithBluntChevron
- Stepper can now specify both ends to be blunt using
bluntHead
andbluntTail
booleans
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