File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ # v0.9.8-stable
2+
3+ enhance constraints cache.
4+
15# v0.9.7-stable
26
37fix guideline offset.
Original file line number Diff line number Diff line change @@ -78,12 +78,12 @@ dependencies:
7878 flutter_constraintlayout :
7979 git :
8080 url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
81- ref : ' v0.9.7 -stable'
81+ ref : ' v0.9.8 -stable'
8282` ` `
8383
8484` ` ` yaml
8585dependencies :
86- flutter_constraintlayout : ^0.9.7 -stable
86+ flutter_constraintlayout : ^0.9.8 -stable
8787` ` `
8888
8989` ` ` dart
Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ class ExampleHome extends StatelessWidget {
7070
7171 Widget button (String title, GestureTapCallback callback) {
7272 return SizedBox (
73- height: 100 ,
73+ height: 40 ,
7474 width: double .infinity,
7575 child: TextButton (
7676 onPressed: callback,
7777 child: Text (
7878 title,
7979 style: const TextStyle (
80- fontSize: 30 ,
80+ fontSize: 20 ,
8181 ),
8282 ),
8383 ),
Original file line number Diff line number Diff line change 11name : flutter_constraintlayout
22description : Build flexible layouts with constraints, Similar to Android ConstraintLayout.
3- version : 0.9.7 -stable
3+ version : 0.9.8 -stable
44anthor : hackware
55homepage : https://github.com/hackware1993/Flutter-ConstraintLayout
66
You can’t perform that action at this time.
0 commit comments