Flutter-specific answers to the problems that actually stop people. Meta's documentation is platform generic and never mentions Flutter. These pages fill that gap, and link to Meta for the canonical specification.
Events Manager says to update to Facebook SDK 4.34.0 or higher when yours is already newer. Why the warning appears, and what to do instead.
Your Flutter app logs events and Events Manager shows nothing. Work through the causes in order: delay, configuration, transport, attribution.
The Facebook client token is not your app id, and on Android it needs two files rather than one. Where to get it and where it goes.
A reference for the facebook_app_events plugin: its 1:1 mapping to the native SDKs, the APIs it leaves out, and the rule that drops events.
The plugin pins the Facebook SDK major and lets the minor float. The constraint on each platform, and the version floors you have to meet.
The plugin ships a Swift package manifest whose library product uses hyphens where the plugin name uses underscores. What to check when it fails.

Tell Us About Your Project