Releases: suragch/audio_video_progress_bar
Releases · suragch/audio_video_progress_bar
0.4.0
- Added
timeLabelType
as a TimeLabelType
enum with values of totalTime
and remainingTime
, which shows the time left as a negative number.
- Used a rounded stroke cap for the bars.
0.3.2
Fixed issue with label colors not updating on theme change.
This release also includes null safety and a couple new parameters. These were separate releases on pub but I forgot to create a GitHub release.
0.1.0
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.