am_flutter_paypal 0.1.0
am_flutter_paypal: ^0.1.0 copied to clipboard
A secure Flutter plugin for PayPal Advanced Checkout integration using native Android and iOS SDKs (Card Approval Only).
0.1.0 #
- Initial feature-complete release for PayPal Advanced Checkout integration.
- Added
initializemethod with support for Client ID, Environment (Sandbox/Live), and Return URL. - Added
approveOrdermethod for processing credit card payments natively. - Introduced
PayPalCardandPayPalPaymentResultmodels for structured data handling. - Improved error handling with descriptive codes like
SDK_NOT_INITIALIZED,USER_CANCELLED, andPAYMENT_TIMEOUT. - Implemented a 60-second timeout for native payment flows.
- Updated standard return URL scheme to
com.am.amflutterpaypal. - Added comprehensive documentation and example project.