mParticle / mparticle-flutter-sdk

A Flutter plugin that gives developers an API to implement mParticle on Flutter. This supports publishing a Flutter plugin to iOS, Android, and Web.
Apache License 2.0
4 stars 8 forks source link

feat: Add Commerce Event support for Web #5

Closed rmi22186 closed 3 years ago

rmi22186 commented 3 years ago

Summary

This adds Commerce event support for web. Note that on web, the enums for ProductActionType and PromotionType differ from iOS/Native, so there is some additional mapping that needs to be done.

Currently PR-ing into Brandon's here. Once that is approved and merged, I'll rebase.