upi_plugin 0.0.1
upi_plugin: ^0.0.1 copied to clipboard
This plugin helps to implement in app UPI payments by directing payee to desired PSP app amongst many which are preinstalled and regiestered with valid UPI ID.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'package:upi_plugin_example/src/payApp.dart';
void main() {
runApp(const PayApp());
}