mparticle_flutter_sdk
mParticle Flutter Plugin - SDK wrapper for iOS, Android, and Web platforms
2.2.0
9.2K downloads/mo
#3050 most downloaded on pub.dev
mParticle/mparticle-flutter-sdk
What this package is like to depend on
Last release 27 days ago
27 Jul 2026
Release timing varies
gaps range from 2 weeks to 1.3 years
Nearly every release is documented
notes for 12 of 12 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
16 releases · first in 2021
5 releases in the last 12 months
see the full history below
Release timeline
16 releases · Aug 2021 to Jul 2026Releases
latest 16-
2.2.027 Jul 2026Release notes
Open source →Release notes:
Changed
- Make
android-rokt-kitacompileOnlyplugin dependency and guard Android Rokt registration behind a runtime classpath check, matching the optional Rokt kit pattern used in react-native-mparticle.
Release notes
Open source →Changed
- Make
android-rokt-kitacompileOnlyplugin dependency and guard Android Rokt registration behind a runtime classpath check, matching the optional Rokt kit pattern used in react-native-mparticle.
- Make
-
2.1.020 May 2026Release notes
Open source →Release notes:
Added
- Add support for Apple SDK
MPNetworkOptions.customBaseURLconfiguration 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.1to~> 9.2. - Pin Android Gradle dependencies in plugin/example docs to
android-core:5.79.0andandroid-rokt-kit:5.79.0.
Release notes
Open source →Added
- Add support for Apple SDK
MPNetworkOptions.customBaseURLconfiguration 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.1to~> 9.2. - Pin Android Gradle dependencies in plugin/example docs to
android-core:5.79.0andandroid-rokt-kit:5.79.0.
- Add support for Apple SDK
-
2.0.017 Apr 2026Release notes
Open source →Release notes:
Added
- Support for mParticle Apple SDK 9 and the shared
RoktContractsevent types (#68). - iOS-only
Rokt.selectShoppableAdsDart API. Android provides a no-op bridge; web is unsupported (#69). - New Rokt events emitted on the
MPRoktEventsEventChannel:CartItemInstantPurchaseInitiated,CartItemInstantPurchaseFailure,InstantPurchaseDismissal,CartItemDevicePay.
Changed
- BREAKING: iOS minimum deployment target raised from
8.0to15.6. - BREAKING: iOS CocoaPods dependency replaced —
mParticle-Apple-SDK/mParticle ~> 8.5→mParticle-Apple-SDK ~> 9.0(subspecs were removed in Apple SDK 9).
See MIGRATING.md for the full 1.x → 2.0 upgrade guide.
Release notes
Open source →Added
- Support for mParticle Apple SDK 9 and the shared
RoktContractsevent types (#68). - iOS-only
Rokt.selectShoppableAdsDart API. Android provides a no-op bridge; web is unsupported (#69). - New Rokt events emitted on the
MPRoktEventsEventChannel:CartItemInstantPurchaseInitiated,CartItemInstantPurchaseFailure,InstantPurchaseDismissal,CartItemDevicePay.
Changed
- BREAKING: iOS minimum deployment target raised from
8.0to15.6. - BREAKING: iOS CocoaPods dependency replaced —
mParticle-Apple-SDK/mParticle ~> 8.5→mParticle-Apple-SDK ~> 9.0(subspecs were removed in Apple SDK 9).
See MIGRATING.md for the full 1.x → 2.0 upgrade guide.
- Support for mParticle Apple SDK 9 and the shared
-
1.1.202 Apr 2026Release notes
Open source →- 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)
-
1.1.121 Nov 2025 -
1.1.026 Jun 2025Release notes
Open source →- feat: Add support for Rokt
- feat: Add support for Rokt embedded layout in the Flutter SDK (#50)
- feat: Passthrough SDK wrapper type to native SDKs (#51)
- feat: Add RoktConfig support for selectPlacements in Flutter SDK (#52)
- feat: Add support for Rokt event channel subscription (#53)
- feat: Add Rokt purchaseFinalized method (#54)
- refactor: Update selectPlacements parameter from placementId to identifier (#55)
- feat: Add support for Rokt
-
1.0.607 Jan 2025 -
1.0.510 Jul 2024Release notes
Open source →- fix: type 'Null' is not a subtype of type 'String' in getCurrentUser (#46)
-
1.0.419 Mar 2024Release notes
Open source →- chore: Update Android project to Android Gradle Plugin 8.2, update dependencies (#43)
-
1.0.315 Dec 2022 -
1.0.210 Nov 2022Release notes
Open source →- fix: migrate from jcenter to mavenCentral, update misc files for Android 13, update Github Actions (#34)
- fix: Update license and static analysis issues (#36)
-
1.0.112 Jul 2022 -
1.0.0-beta.120 Oct 2021 pre-releaseRelease notes
Open source →- feat: Add support for Consent across iOS, Android, and Web
- BREAKING CHANGE: From 0.2.0-alpha.1 to 1.0.0-beta - Migrated public APIs from using positional parameters to named parameters to ensure more developer-friendly APIs. See README.md for new implementation.
-
0.2.0-alpha.122 Sep 2021 pre-releaseRelease notes
Open source →- feat: Add support for eCommerce across iOS, Android, and Web
- BREAKING CHANGE: From 0.1.0 to 0.2.0 - The API for custom events and screenviews has been modified to be more developer friendly. See README.md for new implementation.
-
0.1.0-alpha.225 Aug 2021 pre-release -
0.1.0-alpha.125 Aug 2021 pre-releaseRelease notes
Open source →- Initial commit for open sourcing mParticle Flutter SDK
- Custom event and screen event logging
- Identity API (identify, login, logout, and alias)
- Github Actions - semantic PR title check; plugin building
- Initial commit for open sourcing mParticle Flutter SDK