File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v0.9.31-stable
2
+
3
+ enhance margin and goneMargin again.
4
+
1
5
# v0.9.30-stable
2
6
3
7
1 . enhance margin and goneMargin.
Original file line number Diff line number Diff line change @@ -168,12 +168,12 @@ dependencies:
168
168
flutter_constraintlayout :
169
169
git :
170
170
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
171
- ref : ' v0.9.30 -stable'
171
+ ref : ' v0.9.31 -stable'
172
172
` ` `
173
173
174
174
` ` ` yaml
175
175
dependencies :
176
- flutter_constraintlayout : ^0.9.30 -stable
176
+ flutter_constraintlayout : ^0.9.31 -stable
177
177
` ` `
178
178
179
179
` ` ` dart
Original file line number Diff line number Diff line change 1
1
name : flutter_constraintlayout
2
2
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
4
4
anthor : hackware
5
5
homepage : https://github.com/hackware1993/Flutter-ConstraintLayout
6
6
You can’t perform that action at this time.
0 commit comments