액티브 스킬/플러터
<플러터> showDialog context 에러: Get.context, nullable
디벅잉
2023. 1. 9. 21:02
728x90
상황
showDialog 호출할 때 Get.context로 context 불러오는 중 null 체크 에러 발생
해결
MaterialApp을 GetMaterialApp으로 교체
참고
https://github.com/jonataslaw/getx/issues/695
Get.context is null during unit tests · Issue #695 · jonataslaw/getx
I am using mobx for state management and before adding get package to my project, I was passing the context to each action I needed to. Now by the help of Get.context, I remove all the context inpu...
github.com
728x90