flutter_animated_progress_bar 1.0.5
flutter_animated_progress_bar: ^1.0.5 copied to clipboard
An animated progress bar widget designed to be used with audio or video.
1.0.5 - 2023-05-27 #
- Add
automaticallyHandleAnimations
option to toggle the default animation behavior. - Add
duration
andcurve
options in controller methods that start animations. - Add
thumbElevation
option to configure the size of the shadow around the thumb. - Add
elevation
option to progress bar indicators. - Update docs.
- Update examples.
- Update tests.
1.0.4 - 2023-03-29 #
- Add
progressBarIndicator
option to configure indicators. - Add
RoundedRectangularProgressBarIndicator
as a default indicator. - All thumb related components are now rendered above all widgets using overlay strategy.
- Increase default
barAnimationDuration
from 200ms to 300ms. - Update docs.
- Update examples.
1.0.3 - 2023-03-23 #
- Update docs.
- Format code.
1.0.2 - 2023-03-23 #
- Stable release.
1.0.1 - 2023-03-23 #
- Rename package.
1.0.0 - 2023-03-23 #
- Initial release.