mixpanel_flutter_common 1.0.0
mixpanel_flutter_common: ^1.0.0 copied to clipboard
Shared common library for the Mixpanel Flutter SDK family.
Changelog #
common-v1.0.0 (2026-06-08) #
Initial public release.
Features #
MixpanelEventBridge— process-wide broadcast stream of tracked Mixpanel events. Populated bymixpanel_flutter; all members are@internal, reserved for Mixpanel-authored downstream packages (e.g.mixpanel_flutter_session_replay).MixpanelEvent— event payload type delivered through the bridge.- JSONLogic evaluator —
JsonLogicParserandJsonLogicEvaluatorfor the subset of json-logic expressions used by Mixpanel server-configured Event Triggers. Behavior is aligned with the Android and iOS Mixpanel SDKs. JsonLogicExceptionhierarchy — typed exceptions for malformed input, type mismatches, and unsupported operators.