clickio_consent_sdk 1.0.1
clickio_consent_sdk: ^1.0.1 copied to clipboard
A Flutter plugin for Clickio Consent SDK. Supports iOS and Android.
Changelog #
1.0.1 #
Added #
- New method
webViewLoadUrl()to load a custom URL with applied consent. - New flags in
getGoogleConsentMode().
BREAKING CHANGES #
- MainActivity must now extend
FlutterFragmentActivityon Android.
The plugin internally uses a Fragment-based WebView, so aFragmentActivitycontext is required.
If your activity does not extendFlutterFragmentActivity, you may see errors in the log when opening the WebView.