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
Klemen Tusar
2022-04-18 03:48:23 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2022-04-18 10:48:23 +0800
Commit
90ba5d58a6a9809d6147a71ac66a0210bd0fd9ce
90ba5d58
1 parent
d82fe246
Remove print call in init (#366)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
lib/src/screen_util.dart
lib/src/screen_util.dart
View file @
90ba5d5
...
...
@@ -82,7 +82,6 @@ class ScreenUtil {
bool
splitScreenMode
=
false
,
bool
minTextAdapt
=
false
,
})
{
print
(
'init called'
);
final
deviceData
=
MediaQuery
.
maybeOf
(
context
).
nonEmptySizeOrNull
();
deviceSize
??=
deviceData
?.
size
??
designSize
;
...
...
Please
register
or
login
to post a comment