mixpanel_flutter library

Classes

FallbackSource
The SDK returned the developer-supplied fallback unchanged.
FeatureFlags
Core class for using Mixpanel Feature Flags.
FeatureFlagsConfig
Configuration options for feature flags.
Mixpanel
The primary class for integrating Mixpanel with your app.
MixpanelFlagVariant
Represents a feature flag variant with metadata.
MixpanelFlagVariantSource
Identifies where a served MixpanelFlagVariant came from. Non-null on every variant the SDK returns:
MixpanelGroup
Core class for using Mixpanel Group Analytics features.
NetworkFirstPolicy
Policy: prefer fresh network values, fall back to persistence only on failure.
NetworkOnlyPolicy
Policy: never read or write the on-disk persistence layer. Default behavior.
NetworkSource
The variant came from a fresh /flags/ network response.
People
Core class for using Mixpanel People Analytics features.
PersistenceSource
The variant was loaded from the on-disk persistence layer.
PersistenceUntilNetworkSuccessPolicy
Policy: serve persisted variants immediately, refresh in the background.
VariantLookupPolicy
Strategy for resolving feature flag variants relative to the on-disk persistence layer and the network. Pass to FeatureFlagsConfig.variantLookupPolicy at init.