Flutter/Issue
-
[Flutter]PlatformException:12500/10 Google Sign-In using Firebase(Firebase로 구글 로그인 구현 시 에러)Flutter/Issue 2019. 7. 29. 17:27
인프런에서 Flutter 강의를 듣던 중, Firebase로 구글 로그인 구현을 하는데 PlatformException 에러가 계속 떴다... 하지만 몇 시간 삽질 끝에 겨우 해결! 혹시 나와 같은 불쌍한 사람들이 있을까봐 귀찮지만 적기로 했다!! 1. androidX.blarblar 에러 뜰 때 Flutter에서 Android X 관련 컴파일을 못 불러와서 그런 겁니다. 먼저 Android - app - build.gradle에 들어가셔서 multiDexEnabled = true 한 줄을 추가 해 줍니다. defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/app..