h19881103
h19881103

Reputation: 383

Is there any support for using Facebook SDK in Flutter?

I would like to add the Facebook app-events to my Flutter project : https://developers.facebook.com/docs/app-events/android https://developers.facebook.com/docs/app-events/ios

It relies on the Facebook SDK. However, it seems that there is no available plugin for the Facebook SDK integration in Flutter.

May I know should Flutter users implement their plugin to use the Facebook features?

Thanks!

Upvotes: 18

Views: 18547

Answers (1)

Dennis Alund
Dennis Alund

Reputation: 3149

At the time of answering this, there is currently no official plugin or package from the Facebook team.

But I had the same needs as you, so I wrote and published a plugin: facebook_app_events

It supports codeless app events as well as implements most of the App Events SDK.

Hope that answers your question and needs.

Upvotes: 21

Related Questions