-
[flutter] 구글 로그인시 에러 발생할 때 _TypeError (type 'List<Object?>' is not a subtype of type 'PigeonUserDetails?' in type cast)Flutter 2024. 8. 10. 16:22
가이드를 그대로 따라했지만 아래 에러가 발생했다.
_TypeError (type 'List<Object?>' is not a subtype of type 'PigeonUserDetails?' in type cast)
아래 부분에서 위 에러가 발생했는데, 가이드를 그대로 따라했을 뿐 별다른 문제 코드는 없었는데..
FirebaseAuth.instance.signInWithCredential(credential);
firebase_auth 버전이 원이이었던 듯 싶다. 간단하게 아래 명령어로 업그레이드 해주니 성공.
flutter pub upgrade firebase_auth
참고
'Flutter' 카테고리의 다른 글
[Flutter] Column 안에 Widget과 List<Widget>을 함께 쓰고 싶을 때 (0) 2024.07.25 [Flutter] Don't use 'BuildContext's across async gaps (0) 2024.06.22 [flutter] 1000 자리마다 쉼표 넣기 (0) 2024.05.19 Exception `require': cannot load such file -- xcodeproj (LoadError) / flutterfire configure --project= (0) 2024.05.16 zsh: command not found: flutterfire (0) 2024.05.16