We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51945e commit 0deac46Copy full SHA for 0deac46
lib/screenutil.dart
@@ -29,7 +29,7 @@ class ScreenUtil {
29
factory ScreenUtil() {
30
assert(
31
_instance != null,
32
- '\nEnsure to initialize ScreenUtil before accessing it.',
+ '\nEnsure to initialize ScreenUtil before accessing it.Please execute the init method:ScreenUtil.init()',
33
);
34
return _instance;
35
}
0 commit comments