analytics_hub_mixpanel 0.2.0
analytics_hub_mixpanel: ^0.2.0 copied to clipboard
Mixpanel provider for analytics_hub. Forwards LogEvents to Mixpanel.track with optional properties and supports identify/reset for session and anonymous users.
0.2.0 - 2026-02-23 #
Changed #
- Migrated provider identity usage from
ProviderKeytoProviderIdentifier. - Updated examples and tests to the new
Event.providersAPI withEventProvider. - Updated dependency constraint to
analytics_hub: ">=0.2.0 <0.3.0".
Breaking Changes #
MixpanelAnalyticsHubProvidernow usesidentifierinstead ofkey.MixpanelAnalyticsHubProviderKeynow extendsProviderIdentifier<MixpanelEventResolver>.- Events targeting Mixpanel must define
providers(List<EventProvider<...>>) instead ofproviderKeys.
0.1.0 - 2026-02-11 #
Added #
- Public API documentation for provider, key, and resolver.
- Dependency on
analytics_hub: ">=0.0.1 <0.2.0".
0.0.1 - 2026-02-10 #
Added #
- Initial Mixpanel provider integration for
analytics_hub. MixpanelAnalyticsHubProviderandMixpanelAnalyticsHubProviderKeyfor routing events to Mixpanel.MixpanelEventResolvermappingLogEventtoMixpanel.track.- Session handling in provider using
Mixpanel.identifyfor authenticated users andidentify/resetlogic for anonymous sessions.