Skip to content

Commit c9bf468

Browse files
author
fbchen
committed
release v0.9.15-stable
1 parent b7972ab commit c9bf468

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.9.15-stable
2+
3+
add more wrapper constraints.
4+
15
# v0.9.14-stable
26

37
add relative id.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ dependencies:
8181
flutter_constraintlayout:
8282
git:
8383
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
84-
ref: 'v0.9.14-stable'
84+
ref: 'v0.9.15-stable'
8585
```
8686
8787
```yaml
8888
dependencies:
89-
flutter_constraintlayout: ^0.9.14-stable
89+
flutter_constraintlayout: ^0.9.15-stable
9090
```
9191
9292
```dart

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_constraintlayout
22
description: A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for Android and AutoLayout for iOS.
3-
version: 0.9.14-stable
3+
version: 0.9.15-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)