cmp_sdk 0.1.0 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';