- Added optional
lineHeight
to theStepperTheme
to allow for custom line height. - Added bool useIndicator to the `stepperTheme' so it uses that same indicator after the step is done.
- Added optional `indicator' for a step.
- Added CI and linter
- Added stepper indicator builder to the stepperIndicatorTheme
- Update stepper to allow for growable content in rows
- Refactor structure of app for better maintenance
- Rename showAllStepExpandedOne to showOnlyCurrentStep
- Updated the basic styling of the stepper component
- Renamed the component to flutter_stepper instead of stepper
- Initial Release