Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 227
h19881103 Avatar asked Oct 23 '18 02:10

h19881103


People also ask

Is Facebook SDK deprecated?

Below are the versions of the Facebook Platform SDKs that are deprecated and associated dates: January 19, 2021 - iOS SDK v8. 2 and below. January 19, 2021 - Android SDK v8.

What SDK does Facebook use?

To learn more about using Facebook development tools, see App Development. The current version of the Facebook SDK for Android is version 14.1. 1 and requires the Android API 15. Code and samples for the Facebook SDK for Android are available on GitHub.


1 Answers

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.

like image 156
Dennis Alund Avatar answered Nov 15 '22 16:11

Dennis Alund