clickio_consent_sdk 1.0.2
clickio_consent_sdk: ^1.0.2 copied to clipboard
A Flutter plugin for Clickio Consent SDK. Supports iOS and Android.
Changelog #
1.0.2 #
Fixed #
- Fixed scrolling behavior in custom WebView on iOS.
- Fixed issue with synchronizing consent data in custom WebView.
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.