pay_with_paystack 1.6.1 copy "pay_with_paystack: ^1.6.1" to clipboard
pay_with_paystack: ^1.6.1 copied to clipboard

A Flutter plugin for Paystack payments via WebView. Supports card, mobile money, bank transfer, USSD, QR, EFT, split payments, custom fields, and a customisable checkout UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pay_with_paystack

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  pay_with_paystack: ^1.6.1

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:pay_with_paystack/pay_with_paystack.dart';
65
likes
150
points
1.78k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for Paystack payments via WebView. Supports card, mobile money, bank transfer, USSD, QR, EFT, split payments, custom fields, and a customisable checkout UI.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, url_launcher, uuid, webview_flutter

More

Packages that depend on pay_with_paystack