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-25 16:15:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2018-12-25 16:15:18 +0800
Commit
5ed62dc95739080c90b9f0d6e7c0837fcd5f33f8
5ed62dc9
1 parent
8b7e4f75
Update README_CN.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
README_CN.md
README_CN.md
View file @
5ed62dc
...
...
@@ -75,6 +75,8 @@ Container(
```
#### 适配字体:
传入设计稿的px尺寸:
```
ScreenUtil().setSp(28) //传入字体大小,根据系统的“字体大小”辅助选项来进行缩放
ScreenUtil().setSp(28,false) //传入字体大小,不会根据系统的“字体大小”辅助选项来进行缩放
...
...
Please
register
or
login
to post a comment