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
lizhuoyuan
2020-03-17 15:26:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
606ddd2f199774e0fb840a63823a10da279f0802
606ddd2f
1 parent
0fb6206c
no message
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
README.md
README_CN.md
README_PT.md
README.md
View file @
606ddd2
...
...
@@ -60,7 +60,7 @@ ScreenUtil.init(context, width: 750, height: 1334, allowFontScaling: true);
### Use:
###
#
API
### API
```
dart
ScreenUtil
().
setWidth
(
540
)
(
sdk
>=
2.6
:
540
.
w
)
//Adapted to screen width
...
...
README_CN.md
View file @
606ddd2
...
...
@@ -64,7 +64,7 @@ ScreenUtil.init(context, width: 750, height: 1334, allowFontScaling: true);
### 使用
###
#
API
### API
```
dart
ScreenUtil
().
setWidth
(
540
)
(
sdk
>=
2.6
:
540
.
w
)
//根据屏幕宽度适配尺寸
...
...
README_PT.md
View file @
606ddd2
...
...
@@ -60,7 +60,7 @@ ScreenUtil.init(context, width: 750, height: 1334, allowFontScaling: true);
### Uso:
###
#
API
### API
```
dart
ScreenUtil
().
setWidth
(
540
)
(
sdk
>=
2.6
:
540
.
w
)
//Adapted to screen width
...
...
Please
register
or
login
to post a comment