roughike/flutter_facebook_login

[ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: MissingPluginException(No implementation found for method logIn on channel com.roughike/flutter_facebook_login)

Nandan-Wewhare opened this issue ยท 5 comments

Occurs every time I call the onTap method from a button for Fb login according to docs.

Occurs every time I call the onTap method from a button for Fb login according to docs.

Hi @redjamhere the problem is that you have not configured the plugin on Android yet.

The facebook SDK on Android throws an Exception when the configuration is not defined yet and this locks the other plugins in your project.

Also this plugin is obsolete, it does not have any updates since 2019

I'm also having the same issue. It's breaking all plugins working.
All plugins have gone missing after installing this plugin.

Is there any solution for this?

I'm also having the same issue. It's breaking all plugins working.
All plugins have gone missing after installing this plugin.

Is there any solution for this?

the solution is very simple Just set up the Facebook sdk on Android before run the project

I'm also having the same issue. It's breaking all plugins working.
All plugins have gone missing after installing this plugin.
Is there any solution for this?

the solution is very simple Just set up the Facebook sdk on Android before run the project

Thanks for the quick reply.
It's working now.

Can you clarify how I can set up the Facebook sdk on Android?