Skip to content

Commit 05b09a1

Browse files
author
fbchen
committed
release v0.9.5-stable
1 parent 471a67c commit 05b09a1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.9.5-stable
2+
3+
fix constraints print bug.
4+
15
# v0.9.4-stable
26

37
optimize code.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ dependencies:
7676
flutter_constraintlayout:
7777
git:
7878
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
79-
ref: 'v0.9.4-stable'
79+
ref: 'v0.9.5-stable'
8080
```
8181
8282
```yaml
8383
dependencies:
84-
flutter_constraintlayout: ^0.9.4-stable
84+
flutter_constraintlayout: ^0.9.5-stable
8585
```
8686
8787
```dart

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_constraintlayout
22
description: Build flexible layouts with constraints, Similar to Android ConstraintLayout.
3-
version: 0.9.4-stable
3+
version: 0.9.5-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)