Skip to content

Releases: mParticle/mparticle-flutter-sdk

v2.0.0

17 Apr 18:49
6179f02

Choose a tag to compare

Release notes:

Added

  • Support for mParticle Apple SDK 9 and the shared RoktContracts event types (#68).
  • iOS-only Rokt.selectShoppableAds Dart API. Android provides a no-op bridge; web is unsupported (#69).
  • New Rokt events emitted on the MPRoktEvents EventChannel: CartItemInstantPurchaseInitiated, CartItemInstantPurchaseFailure, InstantPurchaseDismissal, CartItemDevicePay.

Changed

  • BREAKING: iOS minimum deployment target raised from 8.0 to 15.6.
  • BREAKING: iOS CocoaPods dependency replaced — mParticle-Apple-SDK/mParticle ~> 8.5mParticle-Apple-SDK ~> 9.0 (subspecs were removed in Apple SDK 9).

See MIGRATING.md for the full 1.x → 2.0 upgrade guide.

v1.1.2

02 Apr 21:32
3609faf

Choose a tag to compare

Release notes:

  • fix: Make identityRequest optional for identify, login, and logout (#61)
  • fix: Improve pub.dev scores for license detection and static analysis (#63)
  • chore: Add release workflows for automated pub.dev publishing (#62)
  • chore: Remove semantic branch name and target branch checks (#65)