vertical_timeline_widget 0.0.7
vertical_timeline_widget: ^0.0.7 copied to clipboard
A customizable Timeline widget for Flutter to display chronological data with time information, titles, and visual indicators.
0.0.7 #
- Improved
Stepswidget alignment - title text now properly aligns with step indicator - Fixed horizontal
VerticalStepperlayout overflow issues - Fixed deprecated color API usage (
.red,.green,.blue→.r,.g,.b) - Added screenshots for Steps and VerticalStepper widgets to README
- Added comprehensive VerticalStepper examples to demo app
0.0.6 #
- Added
Stepswidget for vertical step progression with numbered indicators - Added
StepItemhelper widget for step content - Added
StepsThemeandStepsThemeDatafor theming - Added
VerticalStepperwidget with multiple visual variants (circle, circleAlt, line) - Added
StepperControllerfor managing stepper state and navigation - Added
StepData,StepNumber, andStepContainerhelper classes
0.0.5 #
- Documentation improvements
0.0.4 #
- Fixed repository URL
0.0.3 #
- Updated package metadata
- Fixed versioning for pub.dev publication
0.0.2 #
- Initial public release
0.0.1 #
- Initial development release