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.6.0-stable
2
+
3
+ add open grammar support.
4
+
1
5
# v1.5.2-stable
2
6
3
7
remove dead code.
Original file line number Diff line number Diff line change @@ -318,12 +318,12 @@ dependencies:
318
318
flutter_constraintlayout :
319
319
git :
320
320
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
321
- ref : ' v1.5.2 -stable'
321
+ ref : ' v1.6.0 -stable'
322
322
` ` `
323
323
324
324
` ` ` yaml
325
325
dependencies :
326
- flutter_constraintlayout : ^1.5.2 -stable
326
+ flutter_constraintlayout : ^1.6.0 -stable
327
327
` ` `
328
328
329
329
` ` ` dart
Original file line number Diff line number Diff line change @@ -283,12 +283,12 @@ dependencies:
283
283
flutter_constraintlayout :
284
284
git :
285
285
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
286
- ref : ' v1.5.2 -stable'
286
+ ref : ' v1.6.0 -stable'
287
287
` ` `
288
288
289
289
` ` ` yaml
290
290
dependencies :
291
- flutter_constraintlayout : ^1.5.2 -stable
291
+ flutter_constraintlayout : ^1.6.0 -stable
292
292
` ` `
293
293
294
294
` ` ` 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.2 -stable
3
+ version : 1.6.0 -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