safepay_payment_gateway 1.0.0
safepay_payment_gateway: ^1.0.0 copied to clipboard
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_gatewayThis 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.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:safepay_payment_gateway/safepay_payment_gateway.dart';