Code/Dart & Flutter

Flutter웹뷰 새창 에러 발생할 때..

kolbe_starziki 2020. 6. 26. 09:26

flutter로 웹뷰로 할 때 

당분간 버전 28로 낮춰 에뮬레이터를 하자.

29는 휴대폰에선 CreateWindow가 에러가 뜨지 않지만,

에뮬에선 CreteWindow관련 에러가 뜬다.


java.lang.NullPointerException: Attempt to read from field 'android.view.WindowManager$LayoutParams android.view.ViewRootImpl.mWindowAttributes' on a null object reference


인풋에러이다.

플러터쪽에서 고치고 있는 걸로 알고 있다.

근데, 웃긴 건... 에뮬레이터가 아닌 10(API 29)으로 업그레이드된 휴대폰에선 일어나지 않는다.