pine_payment_sdk 1.0.0
pine_payment_sdk: ^1.0.0 copied to clipboard
Flutter plugin for fullscreen payment WebView flow with UPI intent handling and callback-based results.
1.0.0 #
- Renamed plugin to
pine_payment_sdk. - Added
PinePaymentSdk.startPaymentone-call API returning typedPaymentResult. - Implemented fullscreen Flutter WebView payment flow with loading state.
- Added URL interception for success/failure callbacks.
- Added external app launch support for
upi://,intent://,phonepe://,gpay://,paytm://, and custom schemes. - Added callback result parsing for status, transaction ID, and message.
- Added graceful cancellation and lifecycle handling for app switch/resume.
- Added Android 8+ and iOS 13+ platform configuration.
- Added complete example app and updated documentation.