zhuoyuan

readme

... ... @@ -64,6 +64,12 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
<td>true</td>
<td>support for split screen</td>
</tr>
<tr>
<td>minTextAdapt</td>
<td>bool</td>
<td>false</td>
<td>Whether to adapt the text according to the minimum of width and height</td>
</tr>
</table>
### Initialize and set the fit size and font size to scale according to the system's "font size" accessibility option
... ...
... ... @@ -45,6 +45,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
|builder|Widget Function()|Container()|一般返回一个MaterialApp类型的Function()|
|orientation|Orientation|portrait|屏幕方向|
|splitScreenMode|bool|true|支持分屏尺寸|
|minTextAdapt|bool|false|Whether to adapt the text according to the minimum of width and height|
### 初始化并设置适配尺寸及字体大小是否根据系统的“字体大小”辅助选项来进行缩放
在使用之前请设置好设计稿的宽度和高度,传入设计稿的宽度和高度(单位随意,但在使用过程中必须保持一致)
... ...
... ... @@ -41,6 +41,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
|designSize|Size|Size(360, 690)|The size of the device screen in the design draft, in dp|
|builder|Widget Function()|Container()|Generally returning a Function of MaterialApp type|
|orientation|Orientation|portrait|screen orientation|
|minTextAdapt|bool|false|Whether to adapt the text according to the minimum of width and height|
### 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
Por favor, defina a largura e altura do protótipo de design antes de usar (em pixels).
... ...