Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.3+3'
Browse files Browse the repository at this point in the history
  • Loading branch information
seosh817 committed Dec 25, 2022
2 parents 0723b95 + 463744c commit 4fe4e48
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@
## 1.0.3+1

- Edit description

## 1.0.3+2

- Change GitHub workflow badge routes

## 1.0.3+3

- Change GitHub workflow badge routes
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
<img src="https://img.shields.io/badge/Platform-Flutter-02569B?logo=flutter"
alt="Platform" />
</a>

<a href="https://pub.dartlang.org/packages/circular_seek_bar">
<img src="https://img.shields.io/pub/v/circular_seek_bar.svg"
alt="Pub Package" />
</a>
<a href="https://github.com/seosh817/Flutter_CircularSeekBar/actions/workflows/main.yml">
<img src="https://img.shields.io/github/workflow/status/seosh817/Flutter_CircularSeekBar/main_workflow/release/1.0.0?logo=github"

<a href="https://github.com/seosh817/circular_seek_bar/actions/workflows/main.yml">
<img src="https://img.shields.io/github/actions/workflow/status/seosh817/circular_seek_bar/main.yml?branch=release/1.0.0&logo=github"
alt="Build Status" />
</a>

Expand Down Expand Up @@ -83,7 +85,7 @@ CircularSeekBar(
height: 250,
progress: _progress,
barWidth: 8,
startAngle: 45,v
startAngle: 45,
sweepAngle: 270,
strokeCap: StrokeCap.round,
progressGradientColors: const [Colors.red, Colors.orange, Colors.yellow, Colors.green, Colors.blue, Colors.indigo, Colors.purple],
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: circular_seek_bar
description: Circular progress/seek bar package for flutter that supports customizable animations, dashes, and gradients.
version: 1.0.3+1
version: 1.0.3+3
repository: https://github.com/seosh817/Flutter_CircularSeekBar

environment:
Expand Down

0 comments on commit 4fe4e48

Please sign in to comment.