flutter_common_utilities 0.1.8
flutter_common_utilities: ^0.1.8 copied to clipboard
A Flutter utility package for common utils in Flutter App.
0.1.8 #
Added #
- Flutter Common Stepper Widget: Introduced a new widget for displaying step-by-step progress.
- Custom Colors: Allows customization for colors of completed steps, the current step, and inactive steps.
- Dynamic Line Width: Configurable width for the lines connecting the steps.
- Navigation Methods: Methods to navigate to the next, previous, or specific steps with integrated state management.
Improved #
- Documentation: Enhanced documentation with detailed instructions and examples for the new
Flutter Common Stepperwidget.