Skip to content

Commit 5c1aa46

Browse files
committed
release v0.9.13-stable
1 parent 05d0e56 commit 5c1aa46

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.13-stable
2+
3+
enhance dimension ratio.
4+
15
# v0.9.12-stable
26

37
optimize constraints calculate.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ dependencies:
7878
flutter_constraintlayout:
7979
git:
8080
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
81-
ref: 'v0.9.12-stable'
81+
ref: 'v0.9.13-stable'
8282
```
8383
8484
```yaml
8585
dependencies:
86-
flutter_constraintlayout: ^0.9.12-stable
86+
flutter_constraintlayout: ^0.9.13-stable
8787
```
8888
8989
```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.12-stable
3+
version: 0.9.13-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)