Skip to content

Releases: mParticle/mparticle-flutter-sdk

v2.1.0

20 May 14:18
ee45fb0

Choose a tag to compare

Release notes:

Added

  • Add support for Apple SDK MPNetworkOptions.customBaseURL configuration in iOS initialization examples for CNAME routing.
  • Add Android initialization examples for CNAME routing via NetworkOptions.withNetworkOptions(...).

Changed

  • Bump iOS CocoaPods dependency from mParticle-Apple-SDK ~> 9.1 to ~> 9.2.
  • Pin Android Gradle dependencies in plugin/example docs to android-core:5.79.0 and android-rokt-kit:5.79.0.

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)