audio_video_progress_bar 0.4.0 audio_video_progress_bar: ^0.4.0 copied to clipboard
A progress bar widget to show or change the position of an audio or video stream.
[0.4.0] - April 30, 2021 #
- Added
timeLabelType
as aTimeLabelType
enum with values oftotalTime
andremainingTime
, which shows the time left as a negative number. - Used a rounded stroke cap for the bars.
[0.3.2] - April 26, 2021 #
- Fixed bug with failure to update label color on theme change.
[0.3.1] - April 12, 2021 #
- Added
thumbGlowColor
- Added
thumbGlowRadius
- Added
timeLabelTextStyle
[0.3.0] - March 7, 2021 #
- Null safety release version
- Added
computeDryLayout
[0.2.0-nullsafety.0] - January 21, 2021 #
- Updated to null safety
[0.1.0] - December 30, 2020 #
- Initial release
- Progress bar supports user time seeking
- Shows current time and total time
- Bar paints current progress and buffered progress
- This widget has a repaint boundary so it doesn't cause parent tree to repaint.