flutter_line_login icon indicating copy to clipboard operation
flutter_line_login copied to clipboard

Can't execute any method after logging in

Open raindy29 opened this issue 5 years ago • 6 comments

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 main thread. Current thread: DefaultDispatcher-worker-1 E/AndroidRuntime(31250): at io.flutter.embedding.engine.FlutterJNI.ensureRunningOnMainThread(FlutterJNI.java:605) E/AndroidRuntime(31250): at io.flutter.embedding.engine.FlutterJNI.invokePlatformMessageResponseCallback(FlutterJNI.java:556) E/AndroidRuntime(31250): at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:131) E/AndroidRuntime(31250): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.success(MethodChannel.java:225) E/AndroidRuntime(31250): at net.granoeste.flutterlinelogin.FlutterLineLoginPlugin$onMethodCall$2.invokeSuspend(FlutterLineLoginPlugin.kt:140) E/AndroidRuntime(31250): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32) E/AndroidRuntime(31250): at kotlinx.coroutines.DispatchedTask.run(Dispatched.kt:236) E/AndroidRuntime(31250): at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:594) E/AndroidRuntime(31250): at kotlinx.coroutines.scheduling.CoroutineScheduler.access$runSafely(CoroutineScheduler.kt:60) E/AndroidRuntime(31250): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:742)

raindy29 avatar Jun 30 '19 08:06 raindy29