flutter_facebook_login
flutter_facebook_login copied to clipboard
A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
Hello: I am using **shared_preferences** lib from [here](https://pub.dev/packages/shared_preferences) and everything works fine until I have added **flutter_facebook_login** I always get this error and shared_preferences stopped working. `E/flutter (16302): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled...
dont have an option to switch facebook account , even if you logout next time login asks "You previously logged in xxx with facebook , would you like to continie...
when i tried to build my app for iOS, it showed: > No podspec found for `flutter_facebook_login_with_web` in `.symlinks/plugins/flutter_facebook_login_with_web/ios` However, when I use flutter_facebook_login, it worked. I am wondering if...
i am trying to sign in using flutter_facebook_login: ^3.0.0 But i faces an issue which is when i press the button which is supposed to enable me login using Facebook...
Hi guys, How can I make the email required? I use this line of code but the email is ALWAYS optional... `final facebookResult = await facebookSignIn.logInWithReadPermissions(['email', 'public_profile']);` thank you
Any idea on this issue? Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ 2 warnings generated. In file included from /Users/honkevin/Github/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_login-3.0.0/ios/Classes/FacebookLoginPlugin.m:3: In file included from...
I'm using version 2.0.1 of flutter_facebook_login. When I attempt to perform a facebook login on iOS, the modal never appears and the result status is 'FacebookLoginStatus.cancelledByUser'. This issue does not...
Hi, guys! I'm currently using the flutter_facebook_login plugin for my app and it's been working smoothly until I tested in on iOS. Despite having the Facebook app installed and logged...
E/flutter (30690): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: MissingPluginException(No implementation found for method checkPermissionStatus on channel com.baseflow.flutter/location_permissions) E/flutter (30690): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:159:7) E/flutter (30690): E/flutter (30690): #1 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:334:12) E/flutter (30690): #2 LocationPermissions.checkPermissionStatus...
I am using Facebook & Google login with Firebase, After integration in iOS Facebook login worked for a while but after sometime it started to show me this error "Sorry,...