Skip to content

Commit e10b0c2

Browse files
committed
release v1.0.1-stable
1 parent 0d50449 commit e10b0c2

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.1-stable
2+
3+
optimize self wrapContent calculate.
4+
15
# v1.0.0-stable
26

37
simplified id creation.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@ dependencies:
188188
flutter_constraintlayout:
189189
git:
190190
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
191-
ref: 'v1.0.0-stable'
191+
ref: 'v1.0.1-stable'
192192
```
193193
194194
```yaml
195195
dependencies:
196-
flutter_constraintlayout: ^1.0.0-stable
196+
flutter_constraintlayout: ^1.0.1-stable
197197
```
198198
199199
```dart

README_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@ dependencies:
176176
flutter_constraintlayout:
177177
git:
178178
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
179-
ref: 'v1.0.0-stable'
179+
ref: 'v1.0.1-stable'
180180
```
181181
182182
```yaml
183183
dependencies:
184-
flutter_constraintlayout: ^1.0.0-stable
184+
flutter_constraintlayout: ^1.0.1-stable
185185
```
186186
187187
```dart

pubspec.yaml

+1-1
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.0-stable
3+
version: 1.0.1-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)