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 0deac46 commit 0aef18dCopy full SHA for 0aef18d
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.Please execute the init method:ScreenUtil.init()',
+ '\nEnsure to initialize ScreenUtil before accessing it.\nPlease execute the init method : ScreenUtil.init()',
33
);
34
return _instance;
35
}
0 commit comments