bharat_pay_kit 0.0.1
bharat_pay_kit: ^0.0.1 copied to clipboard
A unified Flutter payment gateway package for India. Supports Razorpay, Cashfree, PhonePe, Paytm, Google Pay, PayU, Stripe, CCAvenue, Instamojo, and UPI — all with a single consistent API, stunning 3D [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bharat_pay_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bharat_pay_kit: ^0.0.1Alternatively, 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:bharat_pay_kit/bharat_pay_kit.dart';