cmp_sdk 0.1.0 copy "cmp_sdk: ^0.1.0" to clipboard
cmp_sdk: ^0.1.0 copied to clipboard

The consentmanager (CMP) Flutter Plugin allows you to easily integrate Consent Management functionality into your Flutter applications for handling user consent and privacy preferences.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cmp_sdk

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

dependencies:
  cmp_sdk: ^0.1.0

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:cmp_sdk/cmp_sdk.dart';
1
likes
150
pub points
79%
popularity

Publisher

verified publisherbentech.app

The consentmanager (CMP) Flutter Plugin allows you to easily integrate Consent Management functionality into your Flutter applications for handling user consent and privacy preferences.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on cmp_sdk