OpenFlutter / flutter_screenutil

Flutter screen adaptation, font adaptation, get screen information
https://pub.dartlang.org/packages/flutter_screenutil
Apache License 2.0
3.88k stars 494 forks source link

Another exception was thrown: Null check operator used on a null value #363

Closed desire0420 closed 2 years ago

desire0420 commented 2 years ago

ScreenUtil.init( BoxConstraints( maxWidth: MediaQuery.of(context).size.width, maxHeight: MediaQuery.of(context).size.height), designSize: Size(360, 690), context: context, minTextAdapt: true, orientation: Orientation.portrait);

使用这种方式在第一个页面的build方法初始化后,在其他页面使用的时候会报错 Another exception was thrown: Null check operator used on a null value

kid-with-a-gun commented 2 years ago

+1

leavky commented 2 years ago

+1

lizhuoyuan commented 2 years ago

今晚会发布新版哈 公司网络问题没法发布