am_flutter_paypal 0.1.1 copy "am_flutter_paypal: ^0.1.1" to clipboard
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 initialize method with support for Client ID, Environment (Sandbox/Live), and Return URL
  • Added approveOrder method for processing credit card payments natively
  • Introduced PayPalCard and PayPalPaymentResult models for structured data handling
  • Improved error handling with descriptive codes like SDK_NOT_INITIALIZED, USER_CANCELLED, and PAYMENT_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
1
likes
150
points
72
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A secure Flutter plugin for PayPal Advanced Checkout integration using native Android and iOS SDKs (Card Approval Only).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on am_flutter_paypal

Packages that implement am_flutter_paypal