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
李卓原
2022-04-06 21:00:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2491df283afd70cdea0a16d456afb03694573e09
2491df28
1 parent
f82e1fa6
update readme
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
README.md
README_CN.md
README_PT.md
README.md
View file @
2491df2
...
...
@@ -45,7 +45,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 | WidgetBuilder | (
*required*
) | Generally returning a Function of MaterialApp type |
| orientation | Orientation | portrait | screen orientation |
| splitScreenMode | bool |
tru
e | support for split screen |
| splitScreenMode | bool |
fals
e | support for split screen |
| minTextAdapt | bool | false | Whether to adapt the text according to the minimum of width and height |
| context | BuildContext | null | Get physical device data if not provided, by MediaQuery.of(context) |
...
...
README_CN.md
View file @
2491df2
...
...
@@ -44,7 +44,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
|designSize|Size|Size(360, 690)|设计稿中设备的尺寸(单位随意,建议dp,但在使用过程中必须保持一致)|
|builder|Widget Function()|Container()|一般返回一个MaterialApp类型的Function()|
|orientation|Orientation|portrait|屏幕方向|
|splitScreenMode|bool|
tru
e|支持分屏尺寸|
|splitScreenMode|bool|
fals
e|支持分屏尺寸|
|minTextAdapt|bool|false|是否根据宽度/高度中的最小值适配文字|
|context|BuildContext|null|传入context会更灵敏的根据屏幕变化而改变|
...
...
README_PT.md
View file @
2491df2
...
...
@@ -43,6 +43,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
|orientation|Orientation|portrait|screen orientation|
|minTextAdapt|bool|false|Whether to adapt the text according to the minimum of width and height|
|context|BuildContext|null|传入context会更灵敏的根据屏幕变化而改变|
| splitScreenMode | bool | false | support for split screen |
### 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