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: Implement consent mapping for web #18

Closed rmi22186 closed 3 years ago

rmi22186 commented 3 years ago

Summary

This PR adds CCPA and GDPR support for web.

I am PR-ing this into Brandon's feature branch for now, once that's merged I'll rebase and add to development. The main call out here is that Web returns objects with capitalized keys (Consented vs consented), so I had to lowercase those for both CCPA and GDPR.