Skip to content

common-v1.0.0

Choose a tag to compare

@tylerjroach tylerjroach released this 09 Jun 20:35
1901b10

Initial public release.

Features

  • MixpanelEventBridge — process-wide broadcast stream of tracked Mixpanel events. Populated by mixpanel_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 evaluatorJsonLogicParser and JsonLogicEvaluator for the subset of json-logic expressions used by Mixpanel server-configured Event Triggers. Behavior is aligned with the Android and iOS Mixpanel SDKs.
  • JsonLogicException hierarchy — typed exceptions for malformed input, type mismatches, and unsupported operators.