adyen_client_side_encryption 0.0.6 copy "adyen_client_side_encryption: ^0.0.6" to clipboard
adyen_client_side_encryption: ^0.0.6 copied to clipboard

Adyen card client side encryption

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add adyen_client_side_encryption

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

dependencies:
  adyen_client_side_encryption: ^0.0.6

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:adyen_client_side_encryption/adyen_client_side_encryption_method_channel.dart';
import 'package:adyen_client_side_encryption/adyen_client_side_encryption_platform_interface.dart';
import 'package:adyen_client_side_encryption/card_encrypter.dart';
import 'package:adyen_client_side_encryption/encrypted_card.dart';
import 'package:adyen_client_side_encryption/unencrypted_card.dart';
1
likes
130
points
149
downloads

Publisher

verified publishergolightyear.com

Weekly Downloads

Adyen card client side encryption

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on adyen_client_side_encryption