simple_flutter_stepper 0.1.4
simple_flutter_stepper: ^0.1.4 copied to clipboard
A simple package to make a stepper easily and quickly. Using the simplest methods and better customizations.
0.0.4 - 2024-10-26 #
- Initial release of the simple flutter stepper widget.
0.0.5 - 2024-10-27 #
- add appbar to scaffold for use it.
- add simple docs for package.
0.0.7 - 2024-11-06 #
- add backgroundColor for scaffold
- remove footer widget
- add ElevatedButton for handle step and we can customize
- add disableColor and activeColor for each step
0.0.9 - 2024-11-06 #
- fix null value check for previuse button
0.1.0 - 2024-11-20 #
- add next button loading
- add next button disable condition
- change appBar to enable or disable and use custom appBar or default appBar
- add new parametr to controll beter stepper
0.1.1 - 2024-11-30 #
- fix some issues
0.1.2 - 2024-12-09 #
- add resizeToAvoidBottomInset
0.1.4 - 2025-01-11 #
- add appBarPreviousOnTap for controll appBarPrevious and previousButton