stepper_a 1.4.0
stepper_a: ^1.4.0 copied to clipboard
StepperA is a simple and robust Flutter package which is making it possible to use FormKey validation and easy access your own button press control.
#1.4.0
- Dart SDK constraint updated to '>=3.4.0 <4.0.0'.
- Flutter SDK constraint updated to '>=3.22.0'.
- flutter_lints updated from ^2.0.0 to ^6.0.0.
- Migrated all widgets from
Key? key ... super(key: key)tosuper.key(super parameters). - Fixed all flutter_lints 6.0.0 analyzer issues (dangling library doc comments, missing type annotations, unnecessary library name).
- Example app migrated to Material 3 (ColorScheme.fromSeed).
- Example app SDK constraints updated to match.
- New:
StepA.fromTheme(context)factory to derive default step colors from the app's Material 3 ColorScheme. - New: accessibility — each step now exposes a Semantics label (step number, title, and completed/current/pending status) for screen readers.
- New:
StepperAController.jumpToStep()to jump directly to any step by index. - New:
StepperA.onStepChangedcallback, fired whenever the current step changes (next, back, swipe, or jumpToStep). - New:
CustomSteps.builderto render a fully custom widget per step (receives context, index, isCompleted, isCurrent).
#1.3.1
- Dart sdk version update
##1.3.0
- Dart sdk version update
1.2.4 #
- Swipe validation issue fix.
- Complete step callBack function added.
- First time next page required field error message showing, issue fix.
1.2.3 #
- Vertical step UI update.
- Bug fix.
1.2.2 #
- Vertical stepper code refactoring.
- Bug fix.
1.2.1 #
- Form validation check new attribute added [formValidation = true] .
- Forward and previous button style change for more dynamic.
- Bug fix
1.2.0 #
- Support Horizontal and Vertical Stepper
- Customized Stepper step Shape [Rectangle, Circle,Diamond,Triangle]
- Customized Stepper step border [Dash, Straight]
- Customized Stepper line [Dash, Straight]
- Smooth sliding with Animation,
- Number step text style provision added.
- Stepper page swipe
- Easily Customize Step [Image, IconData]
- Current step Loading widget provision.
- Bug fix
1.1.2 #
- Support Horizontal and Vertical Stepper
- Customized Stepper step Shape [Rectangle, Circle,Diamond,Triangle]
- Customized Stepper step border [Dash, Straight]
- Customized Stepper line [Dash, Straight]
- Smooth sliding with Animation
- Easily Customize Step
- Bug fix