- Fix analysis
- Move [color] from [step] to [config]
- Renamed [color] to [stepColor]
- Default [color] [step] is transparent
- Added [color] to [step]
- Added [hasRoundedCorner] to make rounded corner content
- Added Step x Of x text style [stepOfTextStyle]
- Removed visual feedback on button press
- Update example
- Added Custom Button, [backButton], [nextButton], [finishButton]
- Improved example
- Added custom final widget [finishButton]
- Removed deprecated methods
- Added [alignment] to [CoolStep], to change content aligment over the header and button elements
- Fixed [isHeaderEnabled] logic
- Fixed Snackbar and next step logic
- Improved example
- Added [backTextStyle] to change the text style for the back button
- Added [nextTextStyle] to change the text style for the next button
- Deprecated [iconColor], use [icon] instead. It will be removed in the next major version.
- Added [isHeaderEnabled] boolean to enable or not the header
- Improved null safety - removed unnecessary checks
- Launch as Cool Stepper Reloaded
- Update flushbar
- Support NullSafety
- Add FlushBar
- Code cleanup
- Pedantic
- Code cleanup
- Removed 'progLabels' property from CoolStepperConfig
- Added 'backTextList' property to CoolStepperConfig
- Added 'nextTextList' property to CoolStepperConfig
- Added 'progLabels' and 'finalText' property to CoolStepperConfig
- Added 'config' property to CoolStepper [Helps to customize stepper]
- Updated CHANGELOG
- Updated README
- Official Release
- Updated README
- Initial release