ks_pay 0.0.1 copy "ks_pay: ^0.0.1" to clipboard
ks_pay: ^0.0.1 copied to clipboard

A Flutter package to process payments via Razorpay or PayU based on a backend-provided flag.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ks_pay

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

dependencies:
  ks_pay: ^0.0.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:ks_pay/ks_pay.dart';
1
likes
150
points
29
downloads

Publisher

verified publisherkalp.studio

Weekly Downloads

A Flutter package to process payments via Razorpay or PayU based on a backend-provided flag.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, payu_checkoutpro_flutter, razorpay_flutter

More

Packages that depend on ks_pay