phonepe_payment_sdk 3.0.0
phonepe_payment_sdk: ^3.0.0 copied to clipboard
A flutter Plugin for PhonePe Payment SDK
3.0.0 #
- Order-Based Payments
- Security Improvement
- Performance Improvement
2.0.3 #
- Added proguard rules while minifyEnabled true in release version to avoid build issues.
2.0.2 #
- Remove bitcode in the iOS SDK
2.0.1 #
- startPGTransaction method is removed
1.1.0 #
- startPGTransaction method is deprecated now, Please, use startTransaction method.
- Removed startContainerTransaction method as it is not supported anymore.
- UAT & UAT_SIM environments are removed & new environment added as SANDBOX for easy integration.
- New method added to get List of UPI Apps in iOS devices: getInstalledUpiAppsForiOS.
1.0.4 #
- Android transactions, failure responses are improved & will show detailed errors.
1.0.3 #
- Update Native SDKs for better performance
1.0.2 #
- PhonePe Payment SDK Will Support below dependencies:
- Dart SDK Version 2.17.0 & above
- Flutter SDK Version 3.0.0 & above
1.0.1 #
- Android PhonePe Payment Plugin onActivityResult will handle only B2B PG & Container request codes.
1.0.0 #
- PhonePe Payment Plugin for Flutter Platform