flutter_line_login
flutter_line_login copied to clipboard
A Flutter plugin for allowing users to authenticate with native Android & iOS LINE login SDKs.
In the README.md, link for `Integrating LINE Login with your Android app` needs to be updated to `https://developers.line.biz/en/docs/android-sdk/integrate-line-login/`
2020-04-23 14:56:54.003 26522-26904/? E/IdTokenParser: failed to parse IdToken: *Token ID Here* f.b.a.g: Unable to load class named [io.jsonwebtoken.impl.DefaultJwtParser] from the thread context, current, or system/application ClassLoaders. All heuristics have been...
## Steps to Reproduce 1. migrate android x - 2. exec `flutter build apk ` 3. found error `flutter_line_login:verifyReleaseResources` failed. ``` The :flutter_line_login:verifyReleaseResources task failed.View task in console log 1...
Try to use phone and simulator are the same error E/AndroidRuntime(31250): FATAL EXCEPTION: DefaultDispatcher-worker-1 E/AndroidRuntime(31250): Process: app.test.com, PID: 31250 E/AndroidRuntime(31250): java.lang.RuntimeException: Methods marked with @UiThread must be executed on the...
Hi Onishi-san, I realized that the library doesn't support getting user's email even though we already enable OpenID Connect on LINE Channel. This is the PR for adding the support...