- Fix: static analysis
- Fix: static analysis
- Fix: multiline step title display. Thanks to SeriousMonk.
- Fix: flutter version constraint error in pubspec.yaml. Thanks to Xiaochao Fang.
- Fix: Top title get cut when stepper is scrollable in web. Thanks to BelalNayzak.
- Update CHANGELOG.
- Update README.md
- feat: Support Different line type for reached & unreached steps. Thanks to ARASHz4
- feat: Add Line
progress
&progressColor
forLineStyle
. Thanks to lx8s8 - feat:
LineType
now support newdashed
type, you can access it viaLineType.dashed
. - Breaking Change:
All properties related to the line style moved to
LineStyle
class. [lineType
,defaultLineColor
,unreachedLineColor
,activeLineColor
,finishedLineColor
,lineLength
,lineWidth
,lineThickness
,lineSpace
,unreachedLineType
]. - Update example app.
- Update CHANGELOG.
- [Specific reached steps] With this change, the user could disable certain steps in the stepper. Thanks to thfr69
- Update example with external navigation (forward and back button) in the main.dart file.
- Minor fix.
- Fix minor bugs in Stepper Scrolling.
- 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
- 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
- Update README.md
- 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
- Added
enabled
property forEasyStep
to enable/disable specific step despitesteppingEnabled = true
. Thanks to thfr69 - Update Example App
- Update README.md
- 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
- Adding
customStep
,customTitle
&customLineWidget
: Now you can create your own step widget with all customizations . Thanks to darshanjain64 - Update Example App
- Update README.md
- Adding
showLoadingAnimation
: show or hide the loading animation inside the step . Thanks to OmarYehiaDev
- Added options to customize step border type for different states.
- Show or hide the step border. Thanks to Seth-Pharès Gnavo
- Add New Rect & RRect Shapes To Stepper.
- Now We Can Control The line padding.
- Update example App.
- Fix Minor Bugs.
- Update README.md file.
- Upgrade to lottie 2.1.0
- Update example
- Match the dart formatter
- Update README.md file
- 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.
- Match the Dart formatter.
- Fix: Unable to load asset.
- Fix: Active Step radius
- Fix: Fix Normal line bug.
- Feature: Add text for step line.
- Feature: Add line types [Normal , Dotted].
- Feature: Add Active & Finished Icons.
- Remove dotted_border Package.
- Minor Fixes.
- Minor Fixes.
-
Initial release.
-
Added IconStepper.