paymob_sdk 0.0.1
paymob_sdk: ^0.0.1 copied to clipboard
A Flutter plugin for integrating Paymob payment sdk, enabling seamless payment processing on Android and iOS.
0.0.1 #
- Initial release of the Paymob Flutter SDK.
- Added
PaymobSdk.startPayment()to launch the Paymob payment flow on Android and iOS. - Added
PaymobParamsfor configuring the payment session withpublicKey,clientSecret, and optional UI customization (appName,buttonBackgroundColor,buttonTextColor). - Added
saveCardDefaultandshowSaveCardoptions inPaymobParamsto control card-saving behavior. - Added
PaymobCheckoutStatusenum withsuccessful,rejected,pending, andunknownstates to represent checkout outcomes. - Supports a callback-based result via the
onCheckoutStatushandler instartPayment().