cloudpayments_sdk 0.3.0
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_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cloudpayments_sdk: ^0.3.0Alternatively, 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';