작성
·
248
0
I/flutter (30325): 213123123
E/flutter (30325): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: NoSuchMethodError: The getter 'length' was called on null.
E/flutter (30325): Receiver: null
E/flutter (30325): Tried calling: length
E/flutter (30325): #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5)
Stream<String> get centerResult => _centerSubject.stream;
이런식으로 쓴 부분에서 게터 부분이 자꾸 오류가 발생하는거 같은데 아무리 찾아봐도 방법이 없어 문의드립니다.
플루터 자체 구조적인 문제라고 봐야되나요?