mparticle_flutter_sdk 1.0.1 mparticle_flutter_sdk: ^1.0.1 copied to clipboard
mParticle Flutter Plugin - SDK wrapper for iOS, Android, and Web platforms
1.0.1 (2022-07-12) #
- fix: resolve iOS mapping product attributes
1.0.0-beta.1 (2021-10-20) #
- 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.1 (2021-09-22) #
- 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.2 (2021-08-25) #
- docs: Update README.md
0.1.0-alpha.1 (2021-08-25) #
- 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