paystack_africa 2.0.0
paystack_africa: ^2.0.0 copied to clipboard
Flutter helper to create Paystack payment sessions, open an in-app WebView checkout, and return success/failure results with typed responses.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add paystack_africa
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
paystack_africa: ^2.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:paystack_africa/lib/src/core/payment_gateway.dart';
import 'package:paystack_africa/lib/src/core/payment_result.dart';
import 'package:paystack_africa/lib/src/gateways/paystack/paystack_gateway.dart';
import 'package:paystack_africa/lib/src/gateways/paystack/paystack_webview.dart';
import 'package:paystack_africa/lib/widgets/custom_app_bar.dart';
import 'package:paystack_africa/paystack_pay.dart';