analytics_hub_appsflyer library

Appsflyer implementation for AnalyticsHub.

This library provides AppsflyerAnalyticsHubProvider and AppsflyerAnalyticsHubIdentifier to send Events from AnalyticsHub to Appsflyer via AppsFlyerSdk.logEvent.

Example:

final provider = AppsflyerAnalyticsHubProvider(appsFlyerSdk: appsFlyer);
final hub = AnalyticsHub(
  providers: [provider],
);
await hub.sendEvent(...);

Classes

AppsflyerAnalyticsHubIdentifier
ProviderIdentifier for the Appsflyer analytics provider.
AppsflyerAnalyticsHubProvider
AnalyticsProvider that sends Events to Appsflyer via AppsFlyerSdk.