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!