safepay_checkout 1.0.0
safepay_checkout: ^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 Dart:
$ dart pub add safepay_checkoutWith Flutter:
$ flutter pub add safepay_checkoutThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
safepay_checkout: ^1.0.0Alternatively, your editor might support dart pub get or 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_checkout/safepay_payment_gateway.dart';