paystack_africa 2.0.0 copy "paystack_africa: ^2.0.0" to clipboard
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';
1
likes
160
points
45
downloads

Publisher

verified publishergoutam.info

Weekly Downloads

Flutter helper to create Paystack payment sessions, open an in-app WebView checkout, and return success/failure results with typed responses.

Repository (GitHub)
View/report issues

Topics

#payments #checkout #paystack #nigeria

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, webview_flutter

More

Packages that depend on paystack_africa