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
'Flutter' 카테고리의 다른 글
'File.create' has fewer named arguments than those of overridden method 'File.create' (0) | 2024.01.09 |
---|---|
onHighlightChanged (0) | 2024.01.07 |
ShapeBorder -> pentagon (0) | 2024.01.07 |
BoxConstraints.tightFor (0) | 2024.01.07 |
안드로이드 Apps targeting Android 12 and higher 에러 (0) | 2024.01.01 |
댓글