Flutter出現(xiàn)以下錯誤:
NoSuchMethodError: The method ' / was called on null.
Receiver: null
Tried calling: /(1334.0)
解決方案:在調(diào)用前先對ScreenUtil.instance初始化寬高,如下:
ScreenUtil.instance = ScreenUtil(width: 750, height: 1334)..init(context);
Flutter出現(xiàn)以下錯誤:
NoSuchMethodError: The method ' / was called on null.
Receiver: null
Tried calling: /(1334.0)
解決方案:在調(diào)用前先對ScreenUtil.instance初始化寬高,如下:
ScreenUtil.instance = ScreenUtil(width: 750, height: 1334)..init(context);