checkout_com_flow 0.3.1
checkout_com_flow: ^0.3.1 copied to clipboard
Flutter plugin for Checkout.com Flow payment components. Embeds the native Flow UI on Android and iOS to accept card payments, Apple Pay, Google Pay, and more.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add checkout_com_flowThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
checkout_com_flow: ^0.3.1Alternatively, 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_com_flow/checkout_com_flow.dart';