Skip to content

Releases: suragch/audio_video_progress_bar

0.4.0

30 Apr 23:17
Compare
Choose a tag to compare
  • 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

26 Apr 06:42
Compare
Choose a tag to compare

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.2.0-nullsafety.0

21 Jan 10:38
Compare
Choose a tag to compare
  • Updated to null safety

0.1.0

30 Dec 03:11
Compare
Choose a tag to compare

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.