Skip to content

Commit df06f65

Browse files
author
fbchen
committed
release v0.9.14-stable
1 parent cf23133 commit df06f65

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.9.14-stable
2+
3+
add relative id.
4+
15
# v0.9.13-stable
26

37
enhance dimension ratio.

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ complex layout(One thousand child elements, two thousand constraints), layout an
1414
within 5 milliseconds(debug mode on Windows 10,release mode take less time), the frame rate can be
1515
easily reached 200 fps.**
1616

17-
**If not necessary, try to be relative to the parent layout, so that you can define less id.**
17+
**If not necessary, try to be relative to the parent layout, so that you can define less id. Or use
18+
relative id.**
1819

1920
**Warning**:
2021
For layout performance considerations, constraints are always one-way, and there should be no two
@@ -53,6 +54,7 @@ insult him.
5354
11. constraints and widgets separation
5455
12. barrier
5556
13. dimension ratio
57+
14. relative id
5658

5759
Coming soon:
5860

@@ -78,12 +80,12 @@ dependencies:
7880
flutter_constraintlayout:
7981
git:
8082
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
81-
ref: 'v0.9.13-stable'
83+
ref: 'v0.9.14-stable'
8284
```
8385
8486
```yaml
8587
dependencies:
86-
flutter_constraintlayout: ^0.9.13-stable
88+
flutter_constraintlayout: ^0.9.14-stable
8789
```
8890
8991
```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.13-stable
3+
version: 0.9.14-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)