[go: nahoru, domu]

Skip to content

Commit

Permalink
Release v0.2.5+8, added docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMaglione committed Dec 1, 2020
1 parent 50f4ce3 commit 5a5a721
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.2.5+8] - 01 December 2020
- Fixed issue when adding `roundedEdges` with only one step ([#12](https://github.com/SandroMaglione/step-progress-indicator/issues/12))
- Added more widget tests

## [0.2.4+7] - 25 August 2020
- Added `roundedCap` property to `CircularStepProgressIndicator` ([#7](https://github.com/SandroMaglione/step-progress-indicator/issues/7))
- Added `gradientColor` property to `CircularStepProgressIndicator`, and `gradientColor`, `selectedGradientColor` and `unselectedGradientColor` to `StepProgressIndicator` ([#8](https://github.com/SandroMaglione/step-progress-indicator/issues/8))
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Step Progress Indicator
<p>
<img src="https://img.shields.io/badge/version-0.2.4%2B7-blue.svg" />
<img src="https://img.shields.io/badge/flutter-v1.20.2-blue.svg" />
<img src="https://img.shields.io/badge/dart-v2.9.1-blue.svg" />
<img src="https://img.shields.io/badge/version-0.2.5%2B8-blue.svg" />
<img src="https://img.shields.io/badge/flutter-v1.22.4-blue.svg" />
<img src="https://img.shields.io/badge/dart-v2.10.4-blue.svg" />
<a href="https://github.com/SandroMaglione">
<img alt="GitHub: SandroMaglione" src="https://img.shields.io/github/followers/SandroMaglione?label=Follow&style=social" target="_blank" />
</a>
Expand All @@ -28,7 +28,7 @@ Install and import the package. Then just customize its parameters.
dependencies:
flutter:
sdk: flutter
step_progress_indicator: ^0.2.4+7
step_progress_indicator: ^0.2.5+8
```
---

Expand Down Expand Up @@ -381,6 +381,7 @@ Feel free to open a [**Pull Request**](https://github.com/SandroMaglione/step-pr
If you would like to have a new feature implemented, just write a new issue.

## Versioning
- v0.2.5+8 - 01 December 2020
- v0.2.4+7 - 25 August 2020
- v0.2.3+6 - 20 May 2020
- v0.2.2+5 - 26 April 2020
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: step_progress_indicator
description: Bar indicator made of a series of selected and unselected steps
version: 0.2.4+7
version: 0.2.5+8
homepage: https://github.com/SandroMaglione/step-progress-indicator

environment:
Expand Down

0 comments on commit 5a5a721

Please sign in to comment.