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
2018-12-17 11:59:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2018-12-17 11:59:27 +0800
Commit
d15fb50cc4805a6492b0f825770ab3e257e93851
d15fb50c
1 parent
e9bdb7f4
Update README_CN.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README_CN.md
README_CN.md
View file @
d15fb50
...
...
@@ -48,9 +48,9 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
传入设计稿的px尺寸:
根据宽度适配 width: ScreenUtil().setWidth(540),
根据
屏幕
宽度适配 width: ScreenUtil().setWidth(540),
根据高度适配 height: ScreenUtil().setHeight(200),
根据
屏幕
高度适配 height: ScreenUtil().setHeight(200),
**注意**
...
...
Please
register
or
login
to post a comment