李卓原

添加未初始化的错误提示

@@ -29,7 +29,7 @@ class ScreenUtil { @@ -29,7 +29,7 @@ class ScreenUtil {
29 factory ScreenUtil() { 29 factory ScreenUtil() {
30 assert( 30 assert(
31 _instance != null, 31 _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()',
33 ); 33 );
34 return _instance; 34 return _instance;
35 } 35 }