safepay_payment_gateway 1.0.0 copy "safepay_payment_gateway: ^1.0.0" to clipboard
safepay_payment_gateway: ^1.0.0 copied to clipboard

discontinuedreplaced by: safepay_checkout

A simple and easy-to-integrate Flutter package for Safepay Checkout. Clients can seamlessly process payments by calling a single widget and handling responses through the onPaymentSuccess callback, wi [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add safepay_payment_gateway

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

dependencies:
  safepay_payment_gateway: ^1.0.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:safepay_payment_gateway/safepay_payment_gateway.dart';
0
likes
120
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple and easy-to-integrate Flutter package for Safepay Checkout. Clients can seamlessly process payments by calling a single widget and handling responses through the onPaymentSuccess callback, without managing complex payment logic.

License

BSL-1.0 (license)

Dependencies

flutter, flutter_inappwebview, http

More

Packages that depend on safepay_payment_gateway