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
李卓原
2021-02-22 10:26:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4bb74a29885f4ffa973a2a0b1c16eae4dbdd5f44
4bb74a29
1 parent
354e6fae
修改拼写错误
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/screenutil.dart
lib/screenutil.dart
View file @
4bb74a2
...
...
@@ -45,7 +45,7 @@ class ScreenUtil {
_instance
..
uiSize
=
designSize
..
allowFontScaling
=
allowFontScaling
;
if
(
orientation
==
Orientation
.
potrait
){
if
(
orientation
==
Orientation
.
po
r
trait
){
_screenWidth
=
constraints
.
maxWidth
;
_screenHeight
=
constraints
.
maxHeight
;
}
else
{
...
...
Please
register
or
login
to post a comment