Skip to content

Commit 4967a4a

Browse files
committed
release v0.9.31-stable
1 parent e5da666 commit 4967a4a

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.31-stable
2+
3+
enhance margin and goneMargin again.
4+
15
# v0.9.30-stable
26

37
1. enhance margin and goneMargin.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ dependencies:
168168
flutter_constraintlayout:
169169
git:
170170
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
171-
ref: 'v0.9.30-stable'
171+
ref: 'v0.9.31-stable'
172172
```
173173
174174
```yaml
175175
dependencies:
176-
flutter_constraintlayout: ^0.9.30-stable
176+
flutter_constraintlayout: ^0.9.31-stable
177177
```
178178
179179
```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: 0.9.30-stable
3+
version: 0.9.31-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)