deep_upi 0.0.4
deep_upi: ^0.0.4 copied to clipboard
A flutter plugin to launch UPI payment applications on Android and iOS towards making UPI payments.
0.0.1 #
- TODO: Describe initial release.
0.0.4 #
- Rename package to
deep_upiand method channel todeep_upi. - Gate merchant parameters (
mc,tid,tr,url,sign) on non-emptymerchantCode. - Default to P2P flow when
merchantCodeis empty or null. - Update example and README to P2P-first usage.
- iOS: add
deep_upi.podspecand remove old podspec.