From a4c2fbcf80c2e2eaaa2eae074522209abb0665ed Mon Sep 17 00:00:00 2001 From: suragch Date: Sat, 1 May 2021 07:10:15 +0800 Subject: [PATCH] version 0.4.0 --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c31ff28..d44e8ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## [0.4.0] - April 30, 2021 * 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] - April 26, 2021 diff --git a/README.md b/README.md index 32a8bfb..ecf3ebf 100644 --- a/README.md +++ b/README.md @@ -110,4 +110,4 @@ Now the time labels are displayed on the side: If your interested in how this widget was made, check out the article [Creating a Flutter widget from scratch](https://suragch.medium.com/creating-a-flutter-widget-from-scratch-a9c01c47c630). -Please open an issue if you find any bugs. \ No newline at end of file +Please [open an issue](https://github.com/suragch/audio_video_progress_bar/issues) if you find any bugs. \ No newline at end of file