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
li_zy
2018-09-24 15:44:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2018-09-24 15:44:42 +0800
Commit
df47fcc9c6cfe2512a7a696eec42110672f03c95
df47fcc9
1 parent
ea244581
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
README.md
README.md
View file @
df47fcc
...
...
@@ -44,12 +44,14 @@ ScreenUtil.instance = new ScreenUtil(width: 360, height: 720);
### 使用:
```
....
//传入设计稿的px尺寸:
适配尺寸:
### 适配尺寸:
```
//传入设计稿的px尺寸:
width: ScreenUtil().setWidth(540),
height: ScreenUtil().setHeight(200),
```
其他相关api:
...
...
Please
register
or
login
to post a comment