consent_mode_flutter 1.0.2 copy "consent_mode_flutter: ^1.0.2" to clipboard
consent_mode_flutter: ^1.0.2 copied to clipboard

A comprehensive Flutter library for managing user consent according to GDPR, CCPA, and other privacy regulations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add consent_mode_flutter

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

dependencies:
  consent_mode_flutter: ^1.0.2

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:consent_mode_flutter/consent_mode_flutter.dart';
0
likes
150
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter library for managing user consent according to GDPR, CCPA, and other privacy regulations.

Repository (GitHub)
View/report issues

Topics

#gdpr #ccpa #consent #privacy #flutter-plugin

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface, shared_preferences, url_launcher

More

Packages that depend on consent_mode_flutter

Packages that implement consent_mode_flutter