File tree 5 files changed +10
-6
lines changed
5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ # v1.7.0-stable
2
+
3
+ adapt flutter 3.13.
4
+
1
5
# v1.6.3-stable
2
6
3
7
migrate example.
Original file line number Diff line number Diff line change @@ -325,12 +325,12 @@ dependencies:
325
325
flutter_constraintlayout :
326
326
git :
327
327
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
328
- ref : ' v1.6.3 -stable'
328
+ ref : ' v1.7.0 -stable'
329
329
` ` `
330
330
331
331
` ` ` yaml
332
332
dependencies :
333
- flutter_constraintlayout : ^1.6.3 -stable
333
+ flutter_constraintlayout : ^1.7.0 -stable
334
334
` ` `
335
335
336
336
` ` ` dart
Original file line number Diff line number Diff line change @@ -287,12 +287,12 @@ dependencies:
287
287
flutter_constraintlayout :
288
288
git :
289
289
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
290
- ref : ' v1.6.3 -stable'
290
+ ref : ' v1.7.0 -stable'
291
291
` ` `
292
292
293
293
` ` ` yaml
294
294
dependencies :
295
- flutter_constraintlayout : ^1.6.3 -stable
295
+ flutter_constraintlayout : ^1.7.0 -stable
296
296
` ` `
297
297
298
298
` ` ` dart
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ packages:
60
60
path: ".."
61
61
relative: true
62
62
source: path
63
- version: "1.6.3 -stable"
63
+ version: "1.7.0 -stable"
64
64
flutter_lints:
65
65
dependency: "direct dev"
66
66
description:
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.6.3 -stable
3
+ version : 1.7.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