stepper_complete 0.1.1 stepper_complete: ^0.1.1 copied to clipboard
StepperComplete: A customizable Flutter package for creating intuitive and responsive step-by-step wizards.
StepperComplete #
This is a custom Flutter widget that implements a stepper (step-by-step assistant). It allows users to go through a series of steps, with the ability to move forward and backward between the steps.
Features #
- Supports an unlimited number of steps.
- Provides customizable "Continue" and "Back" buttons.
- Allows customization of the colors of the selected and unselected step circles.
- Supports horizontal scrolling when the number of steps is greater than 4.
- Each step can have its own custom content.
Usage #
To use this widget, you need to provide a list of Step
s. Each Step
is a widget that represents a single step in the assistant.
Contributions #
Contributions are welcome! If you find a bug or have a feature request, feel free to open an issue. If you want to contribute with code, feel free to open a pull request.
License #
This project is licensed under the terms of the MIT license.