expansion_stepper 1.0.3
expansion_stepper: ^1.0.3 copied to clipboard
Merge ExpansionTile & Stepper for sleek Material-themed Horizontal & Vertical Steppers.
1.0.3 #
- This version replace package
1.0.2 #
- This fix some UI issue
1.0.1 #
- This version downgrade SDK version
1.0.0 #
- Stepper Cards: The app showcases two expansion stepper cards labeled 'A' and 'B.' Each card consists of multiple steps or phases representing a process.
- Card Interaction: Users can interact with the cards by tapping on them to expand or collapse. Additionally, there are buttons below each card to programmatically control the state of the other card (Open, Close, Toggle).
- Stepper Children: Each card contains stepper children, representing individual steps in a process. These steps include information such as order placement, order preparation, delivery progress, and order delivery.
- Debugging Statements: Debugging statements are included within the onTap callbacks to print messages to the console in debug mode.