Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_screenutil
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
李卓原
2020-12-03 12:02:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f641aa235d16567d9e39bd938de74ebe2215f8aa
f641aa23
1 parent
fea668b7
README.md 4.0.0-beta
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
README.md
README_CN.md
README.md
View file @
f641aa2
...
...
@@ -33,8 +33,8 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
### Property
|Property|Type|Default Value|Description|
|:---|:---|:---|:---|
|designSize|Size|Size(1080, 1920)|The size of the ui design draft can be in any unit, but it must be consistent during use|
|:---|:---|:---|:---|
|designSize|Size|Size(1080, 1920)|The size of the device in the design draft, in px|
|allowFontScaling|bool|false|Sets whether the font size is scaled according to the system's "font size" assist option|
### Initialize and set the fit size and font size to scale according to the system's "font size" accessibility option
...
...
README_CN.md
View file @
f641aa2
...
...
@@ -39,7 +39,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
|属性|类型|默认值|描述|
|:---|:---|:---|:---|
|designSize|Size|Size(1080, 1920)|设计稿中设备的尺寸(单位
随意,但在使用过程中必须保持一致
)|
|designSize|Size|Size(1080, 1920)|设计稿中设备的尺寸(单位
px
)|
|allowFontScaling|bool|false|设置字体大小是否根据系统的“字体大小”辅助选项来进行缩放|
### 初始化并设置适配尺寸及字体大小是否根据系统的“字体大小”辅助选项来进行缩放
...
...
Please
register
or
login
to post a comment