analytics_hub_mixpanel 0.2.0 copy "analytics_hub_mixpanel: ^0.2.0" to clipboard
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 ProviderKey to ProviderIdentifier.
  • Updated examples and tests to the new Event.providers API with EventProvider.
  • Updated dependency constraint to analytics_hub: ">=0.2.0 <0.3.0".

Breaking Changes #

  • MixpanelAnalyticsHubProvider now uses identifier instead of key.
  • MixpanelAnalyticsHubProviderKey now extends ProviderIdentifier<MixpanelEventResolver>.
  • Events targeting Mixpanel must define providers (List<EventProvider<...>>) instead of providerKeys.

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.
  • MixpanelAnalyticsHubProvider and MixpanelAnalyticsHubProviderKey for routing events to Mixpanel.
  • MixpanelEventResolver mapping LogEvent to Mixpanel.track.
  • Session handling in provider using Mixpanel.identify for authenticated users and identify/reset logic for anonymous sessions.
0
likes
0
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

Mixpanel provider for analytics_hub. Forwards LogEvents to Mixpanel.track with optional properties and supports identify/reset for session and anonymous users.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analytics_hub, mixpanel_flutter

More

Packages that depend on analytics_hub_mixpanel