am_flutter_paypal 0.1.1
am_flutter_paypal: ^0.1.1 copied to clipboard
A secure Flutter plugin for PayPal Advanced Checkout integration using native Android and iOS SDKs (Card Approval Only).
0.1.1 #
- Documentation and architecture update
- README.md fully rewritten for clarity, professionalism, and pub.dev standards
- Clearly documents backend-driven, approval-only payment flow
- Added architecture diagram and best practices
- Security, error codes, and production checklist sections added
- Setup instructions for Android/iOS improved
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