File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 6.0.1
2
+ - change useInheritedMediaQuery default value to true
3
+ - update readme
4
+
1
5
# 6.0.0
2
6
- remove ScreenutilInit layout listener
3
7
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class ScreenUtilInit extends StatefulWidget {
39
39
this .designSize = ScreenUtil .defaultSize,
40
40
this .splitScreenMode = false ,
41
41
this .minTextAdapt = false ,
42
- this .useInheritedMediaQuery = false ,
42
+ this .useInheritedMediaQuery = true ,
43
43
this .scaleByHeight = false })
44
44
: super (key: key);
45
45
@@ -93,7 +93,6 @@ class _ScreenUtilInitState extends State<ScreenUtilInit>
93
93
@override
94
94
void initState () {
95
95
super .initState ();
96
- // mediaQueryData = newData;
97
96
binding.addObserver (this );
98
97
}
99
98
Original file line number Diff line number Diff line change 1
1
name : flutter_screenutil
2
2
description : A flutter plugin for adapting screen and font size.Guaranteed to look good on different models
3
- version : 6.0.0
3
+ version : 6.0.1
4
4
homepage : https://github.com/OpenFlutter/flutter_screenutil
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments