adyen_client_side_encryption 0.0.6 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';