
[FrameWork]Flutter
[Flutter]파이어 베이스 초기화시 화면 안나옴
서론 플러터에 파이어베이스를 연동하려고 하는데 초기화 코드를 작성하니 디버그 콘솔에서 처리되지 않은 예외가 있다고 하고 위젯이 로딩되지 않는 현상이 있다. 관련 메시지를 검색하니 아래의 스택오버플로우 Q&A가 나왔고 이를 통해 해결했다 Flutter: Unhandled Exception: ServicesBinding.defaultBinaryMessenger was accessed before the binding was initialized Flutter: Unhandled Exception: ServicesBinding.defaultBinaryMessenger was accessed before the binding was initialized Any solution to solve this probl..