user_messaging_platform 1.3.0 copy "user_messaging_platform: ^1.3.0" to clipboard
user_messaging_platform: ^1.3.0 copied to clipboard

discontinuedreplaced by: google_mobile_ads
PlatformAndroidiOS

A plugin which provides a Dart API for the User Messaging Platform (UMP) SDK, which is the Consent Management Platform (CMP) SDK provided as part of Google's Funding Choices.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add user_messaging_platform
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  user_messaging_platform: ^1.3.0
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:user_messaging_platform/user_messaging_platform.dart';
copied to clipboard
32
likes
150
points
1.34k
downloads

Publisher

verified publishergabriel.terwesten.net

Weekly Downloads

2024.10.07 - 2025.04.21

A plugin which provides a Dart API for the User Messaging Platform (UMP) SDK, which is the Consent Management Platform (CMP) SDK provided as part of Google's Funding Choices.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, meta

More

Packages that depend on user_messaging_platform