easy_stepper 0.5.1 easy_stepper: ^0.5.1 copied to clipboard
A fully customizable, beautiful and easy to use stepper widget. It help you to show or collect information from users using organized steps.
0.5.1 #
0.5.0 #
Tuesday, 4th April, 2023 #
- Breaking Change:
lineColor
replaced bydefaultLineColor
, and now you can add more customization for line colorsunreachedLineColor
,activeLineColor
&finishedLineColor
. Thanks to adar2378 - Added
topTitle
property to setting the title above or below the step icon. Thanks to AbdulazizAlnahhas - Fix minor bugs.
- Update Example App
- Update README.md
0.4.0 #
Friday, 24th March, 2023 #
- Adding
customStep
,customTitle
&customLineWidget
: Now you can create your own step widget with all customizations . Thanks to darshanjain64 - Update Example App
- Update README.md
0.3.2 #
Friday, 17th February, 2023 #
- Adding
showLoadingAnimation
: show or hide the loading animation inside the step . Thanks to OmarYehiaDev
0.3.1 #
Friday, 27th January, 2023 #
- Added options to customize step border type for different states.
- Show or hide the step border. Thanks to Seth-Pharès Gnavo
0.3.0 #
Saturday, 31th December, 2022 #
- Add New Rect & RRect Shapes To Stepper.
- Now We Can Control The line padding.
- Update example App.
- Fix Minor Bugs.
- Update README.md file.
0.2.1 #
Saturday, 24th December, 2022 #
- Upgrade to lottie 2.1.0
- Update example
- Match the dart formatter
- Update README.md file
0.2.0 #
Friday, 23th December, 2022 #
- Add loading animation to customize the loading animation icon from lottie package.
- Update stepper default colors to match theme colors.
- Fix normal line with large width bug.
- Add active border width.
- Update example app with new steppers.
- Change the minimum Dart-Sdk Version from v.2.17.5 to v.2.16.0.