shiny_striped_progress_bar 1.1.0
shiny_striped_progress_bar: ^1.1.0 copied to clipboard
A Flutter package for creating animated progress bars with a striped design and shine effect.
1.1.0 09.01.2025 #
- Added
stripeAngle
property to customize the angle of stripes. Default set toStripeAngle.angle45
. - Introduced
enableShineEffect
property to optionally enable or disable the shine effect. Default istrue
. - Enhanced animation behavior:
- Animations now trigger when the
targetProgress
value changes after the widget is initialized. - Shine effect animates toward the increasing or decreasing direction of
targetProgress
.
- Animations now trigger when the
- Added an
assert
to ensuretargetProgress
is between 0.0 and 1.0. - General improvements to code readability and maintainability.
1.0.4 05.01.2025 #
- Delete withValue && withOpacity use fromARGB
1.0.3 05.01.2025 #
- Add example project
1.0.2 31.12.2024 #
- Update file structure
1.0.1 31.12.2024 #
- README.md update
1.0.0 31.12.2024 #
- Initial release.