Skip to content

Commit 064f9bd

Browse files
committed
release v1.0.2-stable
1 parent e5ed885 commit 064f9bd

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.2-stable
2+
3+
optimize layout performance.
4+
15
# v1.0.1-stable
26

37
optimize self wrapContent calculate.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ dependencies:
189189
flutter_constraintlayout:
190190
git:
191191
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
192-
ref: 'v1.0.1-stable'
192+
ref: 'v1.0.2-stable'
193193
```
194194
195195
```yaml
196196
dependencies:
197-
flutter_constraintlayout: ^1.0.1-stable
197+
flutter_constraintlayout: ^1.0.2-stable
198198
```
199199
200200
```dart

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ dependencies:
177177
flutter_constraintlayout:
178178
git:
179179
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
180-
ref: 'v1.0.1-stable'
180+
ref: 'v1.0.2-stable'
181181
```
182182
183183
```yaml
184184
dependencies:
185-
flutter_constraintlayout: ^1.0.1-stable
185+
flutter_constraintlayout: ^1.0.2-stable
186186
```
187187
188188
```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: 1.0.1-stable
3+
version: 1.0.2-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)