flutter_naver_login icon indicating copy to clipboard operation
flutter_naver_login copied to clipboard

login errorPLatformExection on Android.

Open farhodyusupov opened this issue 3 years ago • 1 comments

When I am trying to log in from Android I`m getting this error:

I/flutter (13874): login errorPlatformException(error, You need to use a Theme.AppCompat theme (or descendant) with this activity., null, java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. I/flutter (13874): at androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor(AppCompatDelegateImpl.java:846) I/flutter (13874): at androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor(AppCompatDelegateImpl.java:809) I/flutter (13874): at androidx.appcompat.app.AppCompatDelegateImpl.setContentView(AppCompatDelegateImpl.java:696) I/flutter (13874): at androidx.appcompat.app.AppCompatDialog.setContentView(AppCompatDialog.java:95) I/flutter (13874): at com.navercorp.nid.progress.NidProgressDialog.init(NidProgressDialog.kt:40) I/flutter (13874): at com.navercorp.nid.progress.NidProgressDialog.<init>(NidProgressDialog.kt:33) I/flutter (13874): at com.navercorp.nid.oauth.NidOAuthLogin.refreshToken(NidOAuthLogin.kt:199) I/flutter (13874): at com.navercorp.nid.NaverIdLoginSDK.authenticate(NaverIdLoginSDK.kt:108) I/flutter (13874): at com.yoonjaepark.flutter_naver_login.FlutterNaverLoginPlugin.login(FlutterNaverLoginPlugin.kt:212) I/flutter (13874): at com.yo

farhodyusupov avatar Mar 14 '23 02:03 farhodyusupov

Same issue for me,

wbin-dev avatar Mar 27 '23 07:03 wbin-dev