Showing
3 changed files
with
3 additions
and
2 deletions
@@ -45,7 +45,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; | @@ -45,7 +45,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; | ||
45 | | designSize | Size | Size(360, 690) | The size of the device screen in the design draft, in dp | | 45 | | designSize | Size | Size(360, 690) | The size of the device screen in the design draft, in dp | |
46 | | builder | WidgetBuilder | (*required*) | Generally returning a Function of MaterialApp type | | 46 | | builder | WidgetBuilder | (*required*) | Generally returning a Function of MaterialApp type | |
47 | | orientation | Orientation | portrait | screen orientation | | 47 | | orientation | Orientation | portrait | screen orientation | |
48 | -| splitScreenMode | bool | true | support for split screen | | 48 | +| splitScreenMode | bool | false | support for split screen | |
49 | | minTextAdapt | bool | false | Whether to adapt the text according to the minimum of width and height | | 49 | | minTextAdapt | bool | false | Whether to adapt the text according to the minimum of width and height | |
50 | | context | BuildContext | null | Get physical device data if not provided, by MediaQuery.of(context) | | 50 | | context | BuildContext | null | Get physical device data if not provided, by MediaQuery.of(context) | |
51 | 51 |
@@ -44,7 +44,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; | @@ -44,7 +44,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; | ||
44 | |designSize|Size|Size(360, 690)|设计稿中设备的尺寸(单位随意,建议dp,但在使用过程中必须保持一致)| | 44 | |designSize|Size|Size(360, 690)|设计稿中设备的尺寸(单位随意,建议dp,但在使用过程中必须保持一致)| |
45 | |builder|Widget Function()|Container()|一般返回一个MaterialApp类型的Function()| | 45 | |builder|Widget Function()|Container()|一般返回一个MaterialApp类型的Function()| |
46 | |orientation|Orientation|portrait|屏幕方向| | 46 | |orientation|Orientation|portrait|屏幕方向| |
47 | -|splitScreenMode|bool|true|支持分屏尺寸| | 47 | +|splitScreenMode|bool|false|支持分屏尺寸| |
48 | |minTextAdapt|bool|false|是否根据宽度/高度中的最小值适配文字| | 48 | |minTextAdapt|bool|false|是否根据宽度/高度中的最小值适配文字| |
49 | |context|BuildContext|null|传入context会更灵敏的根据屏幕变化而改变| | 49 | |context|BuildContext|null|传入context会更灵敏的根据屏幕变化而改变| |
50 | 50 |
@@ -43,6 +43,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; | @@ -43,6 +43,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; | ||
43 | |orientation|Orientation|portrait|screen orientation| | 43 | |orientation|Orientation|portrait|screen orientation| |
44 | |minTextAdapt|bool|false|Whether to adapt the text according to the minimum of width and height| | 44 | |minTextAdapt|bool|false|Whether to adapt the text according to the minimum of width and height| |
45 | |context|BuildContext|null|传入context会更灵敏的根据屏幕变化而改变| | 45 | |context|BuildContext|null|传入context会更灵敏的根据屏幕变化而改变| |
46 | +| splitScreenMode | bool | false | support for split screen | | ||
46 | 47 | ||
47 | ### Inicialize e defina o tamanho de ajuste e tamanho da fonte para dimensionar de acordo com a opção "tamanho de fonte" na acessibilidade do sistema | 48 | ### Inicialize e defina o tamanho de ajuste e tamanho da fonte para dimensionar de acordo com a opção "tamanho de fonte" na acessibilidade do sistema |
48 | Por favor, defina a largura e altura do protótipo de design antes de usar (em pixels). | 49 | Por favor, defina a largura e altura do protótipo de design antes de usar (em pixels). |
-
Please register or login to post a comment