checkout_sdk_flutter 0.0.1 copy "checkout_sdk_flutter: ^0.0.1" to clipboard
checkout_sdk_flutter: ^0.0.1 copied to clipboard

This SDK provides the tokenization functionality for cards, ApplePay and Google Pay using Checkout.com's tokenization API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add checkout_sdk_flutter

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

dependencies:
  checkout_sdk_flutter: ^0.0.1

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:checkout_sdk_flutter/checkout_sdk_flutter.dart';
5
likes
110
pub points
78%
popularity

Publisher

unverified uploader

This SDK provides the tokenization functionality for cards, ApplePay and Google Pay using Checkout.com's tokenization API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on checkout_sdk_flutter