pine_payment_sdk 1.0.2
pine_payment_sdk: ^1.0.2 copied to clipboard
Flutter plugin for fullscreen payment WebView flow with UPI intent handling and callback-based results.
Changelog #
All notable changes to this project will be documented in this file.
1.0.2 #
- General UI refinements and internal code improvements for better stability, readability, and maintainability.
1.0.1 #
- Improved payment flow navigation to handle user exits more reliably.
- Enhanced error handling with clear, real-time error messages.
- Improved UI compatibility across devices with notches and system UI overlays.
- General UI refinements and internal code improvements for better stability, readability, and maintainability.
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.