interswitch_payment_gateway 0.0.1
interswitch_payment_gateway: ^0.0.1 copied to clipboard
Interswitch Payment Gateway (IPG) SDK for Flutter. Accept payments via Card, Bank Transfer, USSD, and more using Interswitch's Web Checkout.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add interswitch_payment_gatewayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
interswitch_payment_gateway: ^0.0.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:interswitch_payment_gateway/interswitch_payment_gateway.dart';