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
李卓原
2020-10-22 12:04:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0deac46ad97af0a85e6218ea33c280f38a698e82
0deac46a
1 parent
d51945e0
添加未初始化的错误提示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/screenutil.dart
lib/screenutil.dart
View file @
0deac46
...
...
@@ -29,7 +29,7 @@ class ScreenUtil {
factory
ScreenUtil
()
{
assert
(
_instance
!=
null
,
'
\n
Ensure to initialize ScreenUtil before accessing it.'
,
'
\n
Ensure to initialize ScreenUtil before accessing it.
Please execute the init method:ScreenUtil.init()
'
,
);
return
_instance
;
}
...
...
Please
register
or
login
to post a comment