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-12-16 18:50:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4120eadd0e52271db26692fd79e2b1035b9ad8c7
4120eadd
1 parent
c8927c9c
splitScreenMode默认值为false
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/screen_util.dart
lib/screen_util.dart
View file @
4120ead
...
...
@@ -32,7 +32,7 @@ class ScreenUtil {
BoxConstraints
constraints
,
{
Orientation
orientation
=
Orientation
.
portrait
,
Size
designSize
=
defaultSize
,
bool
splitScreenMode
=
tru
e
,
bool
splitScreenMode
=
fals
e
,
})
{
_instance
=
ScreenUtil
.
_
()
..
uiSize
=
designSize
...
...
Please
register
or
login
to post a comment