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-23 21:51:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2018-09-23 21:51:18 +0800
Commit
c0da4e086918006f17186e11929aaba845a094c6
c0da4e08
1 parent
117f9b07
修改一个单词拼写错误
修改一个单词拼写错误
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ScreenUtil.dart
ScreenUtil.dart
View file @
c0da4e0
...
...
@@ -30,7 +30,7 @@ class ScreenUtil {
//相对于设计稿放大的倍数
var
scaleWidth
=
screenWidth
/
designWidth
/
pixelRatio
;
var
scaleHeight
=
screenHeight
/
design
Width
/
pixelRatio
;
var
scaleHeight
=
screenHeight
/
design
Height
/
pixelRatio
;
static
ScreenUtil
getInstance
()
{
if
(
instance
==
null
)
{
...
...
Please
register
or
login
to post a comment