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
zhuoyuan
2021-12-26 10:59:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bd7577be4f02dc0a6cabb7d65e95d030304dd040
bd7577be
1 parent
e35ffdd3
readme
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
README.md
README_CN.md
README_PT.md
README.md
View file @
bd7577b
...
...
@@ -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
...
...
README_CN.md
View file @
bd7577b
...
...
@@ -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|
### 初始化并设置适配尺寸及字体大小是否根据系统的“字体大小”辅助选项来进行缩放
在使用之前请设置好设计稿的宽度和高度,传入设计稿的宽度和高度(单位随意,但在使用过程中必须保持一致)
...
...
README_PT.md
View file @
bd7577b
...
...
@@ -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).
...
...
Please
register
or
login
to post a comment