paymob_sdk 0.0.1 copy "paymob_sdk: ^0.0.1" to clipboard
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 PaymobParams for configuring the payment session with publicKey, clientSecret, and optional UI customization (appName, buttonBackgroundColor, buttonTextColor).
  • Added saveCardDefault and showSaveCard options in PaymobParams to control card-saving behavior.
  • Added PaymobCheckoutStatus enum with successful, rejected, pending, and unknown states to represent checkout outcomes.
  • Supports a callback-based result via the onCheckoutStatus handler in startPayment().
1
likes
140
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for integrating Paymob payment sdk, enabling seamless payment processing on Android and iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on paymob_sdk

Packages that implement paymob_sdk