paypal_payment_flutter 0.0.3
paypal_payment_flutter: ^0.0.3 copied to clipboard
A Flutter plugin that enables seamless PayPal payment processing and integration within Flutter apps.
0.0.3 (14 Dec, 2025) #
- Support for native card payments sdk (Android | iOS)
- Renamed startNativeCheckout method to initiateWebPaymentRequest in orders api
- Added initiateCardPaymentRequest method in orders api
- Added checkoutOrderWithCard method in checkout api
0.0.2 (13 Dec, 2025) #
- Added documented comments for enhanced pup score
0.0.1 (13 Dec, 2025) #
- Chore: Initial release
- Feat: Android side implementation
- Feat: iOS side implementation
- Feat: Dart side implementation
- Feat: Feature rich example app
- Feat: Fully Documented readme
- Feat: Added test cases