easy_stepper 0.7.2 easy_stepper: ^0.7.2 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.7.0 #
Sunday, 18th Jun, 2023 #
- Add
showScrollbar
toeasy_stepper
to Show or HideScrollbar
in Web or Desktop.
Thanks to Francesco Bussolino - Remove blank space when showTitle is false during vertical direction . Thanks to Martin Jablečník
- Update Example App
- Update README.md
0.6.0 #
Friday, 26th May, 2023 #
- Add
fitWidth
toeasy_stepper
to fill the full width of the screen when thedisableScroll = true
.
Thanks to Maclaon & Seamoon Pandey - Fix large title not showing correctly in the vertical stepper . Thanks to Basem Osama
- Remove unnecessary
export
offlutter/material.dart
from the package. Thanks to ryanc16 - Update README.md
0.5.2 #
Thursday, 4th May, 2023 #
- Add
maxReachedStep
&isAlreadyReached
to the Stepper in order to navigate only between already reached steps by step tapping. Thanks to Thorsten Fritzsche - Add
lineThickness
instead oflineDotRadius
(Deprecated). - Update Example App
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.