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

Google sign in not working when i add this plugin flutter_facebook_login: ^2.0.1 #306

Closed srinivasPaidisetti closed 3 years ago

srinivasPaidisetti commented 3 years ago

this below error I'm getting MissingPluginException(No implementation found for method init on channel plugins.flutter.io/google_sign_in)

if I remove this flutter_facebook_login: ^2.0.1 plugin Google sign-in works fine

Please help me, Thanks

darwin-morocho commented 3 years ago

this below error I'm getting MissingPluginException(No implementation found for method init on channel plugins.flutter.io/google_sign_in)

if I remove this flutter_facebook_login: ^2.0.1 plugin Google sign-in works fine

Please help me, Thanks

This plugin is obsolete. You don't have any updates since september 2019.

Also before run your app you need to configure the Facebook sdk on Android and iOS if you don't do it you will have that error because the Facebook sdk will try to find the configuration