반응형 1인앱개발2 [Flutter] Stream Builder에서 TypeError (Null check operator used on a null value) 가 뜨는 경우 해결법 오늘은 Flutter Builder에서 StreamBuilder 를 사용하다가 TypeError (Null check operator used on a null value) Exception이 발생한 원인(추측)과 해결방법에 대해 남겨보고자 함니다아직 공부중인 단계라 틀렸다면 댓글로 가르침 주시면 감사하겠슴니다 꾸벅 (__)body: StreamBuilder( stream: FirebaseFirestore.instance .collection('collection1/document1/collection2') .snapshots(), builder: (context, snapshot) { final doc.. 2025. 1. 23. [Flutter] 안드로이드 에뮬레이터 app:compileDebugKotlin / org.jetbrains.kotlin.compilerRunner 오류 해결하기 Flutter + android emulator로 앱을 디버깅하다보면 종종 다음과 같은 에러가 뜨면서 실행이 안되는 경우가 있슴돠. (저는 Geolocator를 import해서 사용하기만 하면 에뮬레이터가 해당 에러가 떴슴니다)Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.* What went wrong: Execution failed for task ':app:compileDebugKotlin'. > A failure occurred while executing org.jetbrains.kotli.. 2025. 1. 23. 이전 1 다음 728x90 반응형