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 19:20:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2018-09-24 19:20:05 +0800
Commit
337173aad34a4adad2d64a6e9156a72140ab7f43
337173aa
1 parent
070cf6af
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
337173a
...
...
@@ -31,7 +31,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
推荐在项目入口中设置,以保证在每次使用之前设置好了适配尺寸:
```
ScreenUtil.instance = new ScreenUtil(width: 360, height: 720
);
ScreenUtil.instance = new ScreenUtil(width: 750, height: 1334
);
```
### 使用:
...
...
Please
register
or
login
to post a comment