Skip to content

Commit fe7115e

Browse files
author
fbchen
committed
release v0.9.17-stable
1 parent 3614e4e commit fe7115e

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.17-stable
2+
3+
optimize constraints calculate performance.
4+
15
# v0.9.16-stable
26

37
fix a percentage layout bug.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ dependencies:
8282
flutter_constraintlayout:
8383
git:
8484
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
85-
ref: 'v0.9.16-stable'
85+
ref: 'v0.9.17-stable'
8686
```
8787
8888
```yaml
8989
dependencies:
90-
flutter_constraintlayout: ^0.9.16-stable
90+
flutter_constraintlayout: ^0.9.17-stable
9191
```
9292
9393
```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.16-stable
3+
version: 0.9.17-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)