Skip to content

Commit 9080336

Browse files
Released v0.1.2
1 parent d1694ed commit 9080336

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [1.0.2] - 2 January 2022
2+
- Fixed issue with `blendMode` and `roundedEdges` ([#32](https://github.com/SandroMaglione/step-progress-indicator/issues/32))
3+
14
## [1.0.1] - 16 June 2021
25
- `StepProgressIndicator` and `CircularStepProgressIndicator` constructors as `const`
36
- Added `stepMainAxisAlignment` and `stepCrossAxisAlignment` to align single step in `StepProgressIndicator` ([#28](https://github.com/SandroMaglione/step-progress-indicator/issues/28))

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<img src="https://img.shields.io/github/stars/SandroMaglione/step-progress-indicator?logo=github" />
66
</a>
77
<img src="https://img.shields.io/github/license/SandroMaglione/step-progress-indicator?logo=github" />
8-
<img src="https://img.shields.io/badge/version-1.0.1-blue.svg" />
9-
<img src="https://img.shields.io/badge/flutter-v2.2.1-blue.svg" />
10-
<img src="https://img.shields.io/badge/dart-v2.13.1-blue.svg" />
8+
<img src="https://img.shields.io/badge/version-1.0.2-blue.svg" />
9+
<img src="https://img.shields.io/badge/flutter-v2.8.0-blue.svg" />
10+
<img src="https://img.shields.io/badge/dart-v2.15.0-blue.svg" />
1111
<a href="https://github.com/SandroMaglione">
1212
<img alt="GitHub: SandroMaglione" src="https://img.shields.io/github/followers/SandroMaglione?label=Follow&style=social" target="_blank" />
1313
</a>
@@ -38,7 +38,7 @@ Install and import the package. Then just customize its parameters.
3838
dependencies:
3939
flutter:
4040
sdk: flutter
41-
step_progress_indicator: ^1.0.1
41+
step_progress_indicator: ^1.0.2
4242
```
4343
4444
---
@@ -414,6 +414,7 @@ If you would like to have a new feature implemented, just write a new issue.
414414

415415
## Versioning
416416

417+
- v1.0.2 - 2 January 2022
417418
- v1.0.1 - 16 June 2021
418419
- v1.0.0 - 10 May 2021
419420
- v0.2.5+8 - 01 December 2020

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: step_progress_indicator
22
description: Bar indicator made of a series of selected and unselected steps
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://github.com/SandroMaglione/step-progress-indicator
55

66
environment:
@@ -15,4 +15,3 @@ dev_dependencies:
1515
sdk: flutter
1616

1717
flutter:
18-

0 commit comments

Comments
 (0)