Skip to content

Commit

Permalink
Released v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMaglione committed Jan 2, 2022
1 parent d1694ed commit 9080336
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.0.2] - 2 January 2022
- Fixed issue with `blendMode` and `roundedEdges` ([#32](https://github.com/SandroMaglione/step-progress-indicator/issues/32))

## [1.0.1] - 16 June 2021
- `StepProgressIndicator` and `CircularStepProgressIndicator` constructors as `const`
- Added `stepMainAxisAlignment` and `stepCrossAxisAlignment` to align single step in `StepProgressIndicator` ([#28](https://github.com/SandroMaglione/step-progress-indicator/issues/28))
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<img src="https://img.shields.io/github/stars/SandroMaglione/step-progress-indicator?logo=github" />
</a>
<img src="https://img.shields.io/github/license/SandroMaglione/step-progress-indicator?logo=github" />
<img src="https://img.shields.io/badge/version-1.0.1-blue.svg" />
<img src="https://img.shields.io/badge/flutter-v2.2.1-blue.svg" />
<img src="https://img.shields.io/badge/dart-v2.13.1-blue.svg" />
<img src="https://img.shields.io/badge/version-1.0.2-blue.svg" />
<img src="https://img.shields.io/badge/flutter-v2.8.0-blue.svg" />
<img src="https://img.shields.io/badge/dart-v2.15.0-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 Down Expand Up @@ -38,7 +38,7 @@ Install and import the package. Then just customize its parameters.
dependencies:
flutter:
sdk: flutter
step_progress_indicator: ^1.0.1
step_progress_indicator: ^1.0.2
```
---
Expand Down Expand Up @@ -414,6 +414,7 @@ If you would like to have a new feature implemented, just write a new issue.

## Versioning

- v1.0.2 - 2 January 2022
- v1.0.1 - 16 June 2021
- v1.0.0 - 10 May 2021
- v0.2.5+8 - 01 December 2020
Expand Down
3 changes: 1 addition & 2 deletions 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: 1.0.1
version: 1.0.2
homepage: https://github.com/SandroMaglione/step-progress-indicator

environment:
Expand All @@ -15,4 +15,3 @@ dev_dependencies:
sdk: flutter

flutter:

0 comments on commit 9080336

Please sign in to comment.