본문 바로가기
Flutter

안드로이드스튜디오 PlatformException(null-error, Host platform returned null value for non-null return value., null, null)

by Andro07 2024. 1. 7.
728x90
반응형

에러문구

Unhandled Exception: PlatformException(null-error, Host platform returned null value for non-null return value., null, null)

 

해결

await Firebase.initializeApp(); // 해결전
await Firebase.initializeApp(options: DefaultFirebaseOptions.currentPlatform); // 해결후

 

728x90
728x90

댓글