plexy_checkout 1.6.0
plexy_checkout: ^1.6.0 copied to clipboard
Plexy checkout library for Flutter. Accept payments with cards, wallets and local payment methods in your app using our Drop-in and Components.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add plexy_checkout
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
plexy_checkout: ^1.6.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:plexy_checkout/plexy_checkout.dart';