custom_linear_progress_indicator 0.0.4
custom_linear_progress_indicator: ^0.0.4 copied to clipboard
Provides a customizable linear progress indicator widget for Flutter applications, offering animation and visual customization options.
0.0.1 #
- Add package.
0.0.2 #
- Fixed animation controller bug (Previously: it was not animating on value changes).
- Code cleanup.
- Added function
onProgressChanged
to listen progress changes.
0.0.3 #
- Fixed animation.
- Add new prepertiy = maxValue , alignment , progressAnimationCurve, showPercent, onProgressChanged,
0.0.4 #
- Fixed animation.
- Add new prepertiy = gradientColors,