uni_payments 0.0.2 copy "uni_payments: ^0.0.2" to clipboard
uni_payments: ^0.0.2 copied to clipboard

A Flutter plugin for making payments via razorpay, paystack, paytm and flutterwave Payment Gateway for accepting online payments in Flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add uni_payments

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

dependencies:
  uni_payments: ^0.0.2

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:uni_payments/uni_payments.dart';
13
likes
50
pub points
0%
popularity

Publisher

unverified uploader

A Flutter plugin for making payments via razorpay, paystack, paytm and flutterwave Payment Gateway for accepting online payments in Flutter app.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_paystack, flutter_web_plugins, flutterwave, http, pay, paytm, razorpay_flutter

More

Packages that depend on uni_payments