cloudpayments_sdk 0.3.0 copy "cloudpayments_sdk: ^0.3.0" to clipboard
cloudpayments_sdk: ^0.3.0 copied to clipboard

CloudPayments for Flutter: card validation, cryptogram generation through the official native iOS and Android SDKs, the Payment API, and 3-D Secure in a native WebView.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cloudpayments_sdk

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

dependencies:
  cloudpayments_sdk: ^0.3.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:cloudpayments_sdk/cloudpayments_sdk.dart';
1
likes
150
points
230
downloads

Documentation

API reference

Publisher

verified publisherarxdeus.dev

Weekly Downloads

CloudPayments for Flutter: card validation, cryptogram generation through the official native iOS and Android SDKs, the Payment API, and 3-D Secure in a native WebView.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, meta, plugin_platform_interface

More

Packages that depend on cloudpayments_sdk

Packages that implement cloudpayments_sdk