roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
405 stars 330 forks source link

when use this plug it shows like this. #302

Closed muhammednazil closed 3 years ago

muhammednazil commented 3 years ago

[ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method getApplicationDocumentsDirectory on channel plugins.flutter.io/path_provider) E/flutter ( 6942): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:157:7) E/flutter ( 6942): E/flutter ( 6942): #1 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:332:12) E/flutter ( 6942): #2 MethodChannelPathProvider.getApplicationDocumentsPath (package:path_provider_platform_interface/src/method_channel_path_provider.dart:50:10) E/flutter ( 6942): #3 getApplicationDocumentsDirectory (package:path_provider/path_provider.dart:76:39) E/flutter ( 6942): #4 HiveX.initFlutter (package:hive_flutter/src/hive_extensions.dart:11:26) E/flutter ( 6942): #5 main (package:mytableqatar/main.dart:57:16) E/flutter ( 6942): #6 _runMainZoned.. (dart:ui/hooks.dart:231:25) E/flutter ( 6942): #7 _rootRun (dart:async/zone.dart:1190:13) E/flutter ( 6942): #8 _CustomZone.run (dart:async/zone.dart:1093:19) E/flutter ( 6942): #9 _runZoned (dart:async/zone.dart:1630:10) E/flutter ( 6942): #10 runZonedGuarded (dart:async/zone.dart:1618:12) E/flutter ( 6942): #11 _runMainZoned. (dart:ui/hooks.dart:223:5) E/flutter ( 6942): #12 _startIsolate. (dart:isolate-patch/isolate_patch.dart:301:19) E/flutter ( 6942): #13 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:168:12) E/flutter ( 6942): W/ConnectionTracker( 6942): Exception thrown while unbinding W/ConnectionTracker( 6942): java.lang.IllegalArgumentException: Service not registered: ls@5c78b46 W/ConnectionTracker( 6942): at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1870) W/ConnectionTracker( 6942): at android.app.ContextImpl.unbindService(ContextImpl.java:1848) W/ConnectionTracker( 6942): at android.content.ContextWrapper.unbindService(ContextWrapper.java:755) W/ConnectionTracker( 6942): at ci.f(:com.google.android.gms.dynamite_measurementdynamite@204713081@20.47.13 (120400-0):1) W/ConnectionTracker( 6942): at ci.d(:com.google.android.gms.dynamite_measurementdynamite@204713081@20.47.13 (120400-0):2) W/ConnectionTracker( 6942): at lt.E(:com.google.android.gms.dynamite_measurementdynamite@204713081@20.47.13 (120400-0):9) W/ConnectionTracker( 6942): at ld.a(:com.google.android.gms.dynamite_measurementdynamite@204713081@20.47.13 (120400-0):3) W/ConnectionTracker( 6942): at ef.run(:com.google.android.gms.dynamite_measurementdynamite@204713081@20.47.13 (120400-0):3) W/ConnectionTracker( 6942): at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) W/ConnectionTracker( 6942): at java.util.concurrent.FutureTask.run(FutureTask.java:266) W/ConnectionTracker( 6942): at iy.run(:com.google.android.gms.dynamite_measurementdynamite@204713081@20.47.13 (120400-0):5)

muhammednazil commented 3 years ago

this problem is only in android

Ameer890 commented 3 years ago

Facing the same issue. Did you get any solution?

muhammednazil commented 3 years ago

No

On Wed, 20 Jan 2021 at 13:33, Ameer890 notifications@github.com wrote:

Facing the same issue. Did you get any solution?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/roughike/flutter_facebook_login/issues/302#issuecomment-763414922, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJOPUFE4WKMZE4JQILK6W7LS22E5LANCNFSM4VS5QEYQ .

-- Best wishes and regards.

Muhammed Nazil MBA Information System |Mobile App Developer Phone India: +91-8606012222 Phone Qatar: +974-3124 4266 Web: https://nazil.in

darwin-morocho commented 3 years ago

No On Wed, 20 Jan 2021 at 13:33, Ameer890 @.***> wrote: Facing the same issue. Did you get any solution? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#302 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJOPUFE4WKMZE4JQILK6W7LS22E5LANCNFSM4VS5QEYQ . -- Best wishes and regards. Muhammed Nazil MBA Information System |Mobile App Developer Phone India: +91-8606012222 Phone Qatar: +974-3124 4266 Web: https://nazil.in

this plugin is not more supported you can use flutter_facebook_auth

muhammednazil commented 3 years ago

Thank you