gdpr_dialog 1.0.0 copy "gdpr_dialog: ^1.0.0" to clipboard
gdpr_dialog: ^1.0.0 copied to clipboard

outdated

Library for use GDPR dialog from user for personalized ads and non personalized ads. Now works only with android platform.

GDPR dialog #

Works only with Android now! #

showDialog method get admob publisherID and privacy string url of your site. Then get request native to android dialog and set result as boolean.

true = show personalized ads

false = show non personalized ads

      Future<bool> showDialog(String publisherId, String privacyUrl) {
        if (Platform.isAndroid) {
          return _channel.invokeMethod("gdpr.activate", <String, dynamic>{
            'publisherId': publisherId,
            'privacyUrl': privacyUrl,
          });
        }
      }
46
likes
0
points
176
downloads

Publisher

unverified uploader

Weekly Downloads

Library for use GDPR dialog from user for personalized ads and non personalized ads. Now works only with android platform.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on gdpr_dialog