upi_pro_sdk 0.1.0 copy "upi_pro_sdk: ^0.1.0" to clipboard
upi_pro_sdk: ^0.1.0 copied to clipboard

A production-grade Flutter SDK for UPI (Unified Payments Interface) integration. Supports UPI intent, deep linking, payment status polling, VPA validation, and multi-app UPI launchers - all in one package.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add upi_pro_sdk

With Flutter:

 $ flutter pub add upi_pro_sdk

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

dependencies:
  upi_pro_sdk: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:upi_pro_sdk/upi_pro_sdk.dart';
2
likes
0
points
240
downloads

Publisher

unverified uploader

Weekly Downloads

A production-grade Flutter SDK for UPI (Unified Payments Interface) integration. Supports UPI intent, deep linking, payment status polling, VPA validation, and multi-app UPI launchers - all in one package.

Repository (GitHub)
View/report issues

Topics

#upi #payments #fintech #india #flutter

License

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on upi_pro_sdk

Packages that implement upi_pro_sdk