step_bar 0.1.2
step_bar: ^0.1.2 copied to clipboard
A customizable, responsive step progress bar for multi-step flows in Flutter.
0.1.2 #
- Documentation: Added screenshots section to README showcasing package examples
- Visual showcase: 2x2 grid layout displaying different step bar configurations
0.1.1 #
- Layout improvements: Enhanced label alignment with smart positioning
- First label: left-aligned (start)
- Middle labels: center-aligned
- Last label: right-aligned (end)
- Connector positioning: Improved connector placement between step indicators
- Font sizing: Added default font size (11px) for better single-line label display
- Full-width support: Step bars now properly extend to screen edges
- Code formatting: Applied Dart formatter standards
0.1.0 #
- Initial public release of StepBar
- Themable
StepBarThemeDataandStepBarTheme - Per-step config with
StepBarStepandStepStatus - Responsive layout and accessibility semantics
- Example app with 4-step wizard (default + custom theme)
- Comprehensive tests and coverage setup
0.0.1 #
- Internal scaffold