Skip to content

Commit f641aa2

Browse files
author
李卓原
committed
README.md 4.0.0-beta
1 parent fea668b commit f641aa2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
3333
### Property
3434

3535
|Property|Type|Default Value|Description|
36-
|:---|:---|:---|:---|
37-
|designSize|Size|Size(1080, 1920)|The size of the ui design draft can be in any unit, but it must be consistent during use|
36+
|:---|:---|:---|:---|
37+
|designSize|Size|Size(1080, 1920)|The size of the device in the design draft, in px|
3838
|allowFontScaling|bool|false|Sets whether the font size is scaled according to the system's "font size" assist option|
3939

4040
### Initialize and set the fit size and font size to scale according to the system's "font size" accessibility option

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
3939

4040
|属性|类型|默认值|描述|
4141
|:---|:---|:---|:---|
42-
|designSize|Size|Size(1080, 1920)|设计稿中设备的尺寸(单位随意,但在使用过程中必须保持一致)|
42+
|designSize|Size|Size(1080, 1920)|设计稿中设备的尺寸(单位px)|
4343
|allowFontScaling|bool|false|设置字体大小是否根据系统的“字体大小”辅助选项来进行缩放|
4444

4545
### 初始化并设置适配尺寸及字体大小是否根据系统的“字体大小”辅助选项来进行缩放

0 commit comments

Comments
 (0)