File tree 4 files changed +9
-5
lines changed 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ # v1.5.2-stable
2
+
3
+ remove dead code.
4
+
1
5
# v1.5.1-stable
2
6
3
7
add paint callback support.
Original file line number Diff line number Diff line change @@ -205,12 +205,12 @@ dependencies:
205
205
flutter_constraintlayout :
206
206
git :
207
207
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
208
- ref : ' v1.5.1 -stable'
208
+ ref : ' v1.5.2 -stable'
209
209
` ` `
210
210
211
211
` ` ` yaml
212
212
dependencies :
213
- flutter_constraintlayout : ^1.5.1 -stable
213
+ flutter_constraintlayout : ^1.5.2 -stable
214
214
` ` `
215
215
216
216
` ` ` dart
Original file line number Diff line number Diff line change @@ -177,12 +177,12 @@ dependencies:
177
177
flutter_constraintlayout :
178
178
git :
179
179
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
180
- ref : ' v1.5.1 -stable'
180
+ ref : ' v1.5.2 -stable'
181
181
` ` `
182
182
183
183
` ` ` yaml
184
184
dependencies :
185
- flutter_constraintlayout : ^1.5.1 -stable
185
+ flutter_constraintlayout : ^1.5.2 -stable
186
186
` ` `
187
187
188
188
` ` ` 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 : 1.5.1 -stable
3
+ version : 1.5.2 -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