flutter_facebook_login
flutter_facebook_login copied to clipboard
A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
This package does not work when compiled for web. Is there a way to make this work. I know this is how you tell if it is compiled for web...
I have added 2 auth method (fb & google) in my mobile app, both are authenticated using firebase. In debug mode (AVM) both plugins are working perfectly and i can...
Getting the following error on simulator : ``` Rejecting re-init on previously-failed class java.lang.Class: java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/lifecycle/LifecycleEventObserver; I/r.strafenbeloo(16679): at java.lang.Object java.lang.Class.newInstance() (Class.java:-2) I/r.strafenbeloo(16679): at android.app.Activity android.app.AppComponentFactory.instantiateActivity(java.lang.ClassLoader, java.lang.String, android.content.Intent)...
there is a bug in iOS devices such as iPhone and iPad when I have tried to open Facebook login page by clicking on the Facebook Button , app crashed...
Fixes #267 This PR upgrade Android plugin API to v2 while still mantaining support for older versions.
``` Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. Failed to notify dependency resolution listener. tried to access method sun.security.util.ECUtil.getECParameters(Ljava/security/Provider;) Ljava/security/AlgorithmParameters; from class sun.security.ec.ECKeyPairGenerator ``` Getting this error as soon...
I am trying to implement Facebook login for my flutter app but it doesn't work in android although it works perfectly on iOS. I am using ` > flutter_facebook_login 3.0.0...
In changelog documentation section there is the text : "...renamed loginWithReadPermission to login" but, the correct is : "...renamed loginWithReadPermission to **logIn**" And the "How do I use it?" in...
Hello! I'm having some problems using the facebook plugin since flutter upgrade to version 1.17, two days ago (6 May). I use it on a flutter module embedded in an...
Everything is fine on Android, but on IOs, the login windows doesn't open, the errorMessage and token are null and the status is cancelledByUser.