Skip to content

Commit 0aef18d

Browse files
author
李卓原
committed
添加未初始化的错误提示
1 parent 0deac46 commit 0aef18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screenutil.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ScreenUtil {
2929
factory ScreenUtil() {
3030
assert(
3131
_instance != null,
32-
'\nEnsure to initialize ScreenUtil before accessing it.Please execute the init method:ScreenUtil.init()',
32+
'\nEnsure to initialize ScreenUtil before accessing it.\nPlease execute the init method : ScreenUtil.init()',
3333
);
3434
return _instance;
3535
}

0 commit comments

Comments
 (0)