iabtcf_consent_info 3.4.0 iabtcf_consent_info: ^3.4.0 copied to clipboard
Flutter plugin for reading IAB TCF v2.0 user consent information, such as made available through CMP SDKs, like Funding Choices's User Messaging Platform (UMP).
3.4.0 #
- FEAT: set JVM target to 1.8.
3.3.0 #
- FEAT: upgrade kotlin to
1.8.22
(#25).
3.2.0 #
- FEAT: moderize Android project (#24).
3.1.0 #
- FEAT: add purpose 11: Use limited data to select content (#12).
3.0.0 #
Note: This release has breaking changes.
- FEAT: add
ConsentInfo.purposeConsents|purposeLegitimateInterests
. - FEAT: expose
raw
consent info from CMP SDK inBasicConsentInfo
. - BREAKING FEAT: rename
ConsentInfo.publisherConsent
topublisherConsents
.
2.0.0 #
Note: This release has breaking changes.
- BREAKING FEAT: add
BasicConsentInfo
for when fullConsentInfo
is not avilable.
1.3.3 #
- FIX: propagate errors and handle loading CMP.
- FIX: prefix error string in example app.
- CI: setup.
1.3.2 #
- REFACTOR: ignore
close_sinks
lint forReplaySubject
.
1.3.1 #
- FIX: revert to sdk constraint
>=2.12.0-0 <3.0.0
.
1.3.0 #
- FIX: use
late
without unnecessary wrapper. - FEAT: bump dependencies.
- DOCS: fix typo.
- CHORE: publish packages.