李卓原

5.0.2+1

# 5.0.2+1
- fix splitScreenMode to false
# 5.0.2
- add "minTextAdapt" param , Font adaptation is based on the minimum value of width and height or only based on width(default)
... ...
... ... @@ -5,7 +5,7 @@ class ScreenUtilInit extends StatelessWidget {
ScreenUtilInit({
required this.builder,
this.designSize = ScreenUtil.defaultSize,
this.splitScreenMode = true,
this.splitScreenMode = false,
this.minTextAdapt = false,
Key? key,
}) : super(key: key);
... ...
name: flutter_screenutil
description: A flutter plugin for adapting screen and font size.Guaranteed to look good on different models
version: 5.0.2
version: 5.0.2+1
homepage: https://github.com/OpenFlutter/flutter_screenutil
environment:
... ...