paymob 1.1.2 copy "paymob: ^1.1.2" to clipboard
paymob: ^1.1.2 copied to clipboard

A Flutter plugin for integrating Paymob payment SDK. Provides easy integration with Paymob's native SDKs for iOS and Android.

Changelog #

All notable changes to this project will be documented in this file.

1.1.2 #

Fixed #

  • Android: added consumer ProGuard rules to suppress R8 Missing class kotlinx.parcelize.Parcelize error in release builds

1.1.1 #

Fixed #

  • README: correct Android SDK package name to PaymobAndroidSDK1.7.3 (was 1.6.12)

1.1.0 #

Changed #

  • Android: Updated native Paymob SDK to 1.7.3
  • iOS: Updated native Paymob SDK to 1.2.2

1.0.1 #

Fixed #

  • Fixed image URLs in README.md to use absolute GitHub raw URLs for pub.dev compatibility

1.0.0 #

Added #

  • Initial release of Paymob Flutter plugin
  • Support for iOS Paymob SDK integration (version 1.2.0)
  • Support for Android Paymob SDK integration (version 1.6.12)
  • Payment flow implementation with Paymob.pay() method
  • Support for UI customization:
    • Custom app name
    • Button background and text colors
    • Save card checkbox configuration
  • Transaction status handling:
    • Successful payments
    • Rejected payments
    • Pending payments
    • Error handling
  • Platform interface architecture for extensibility
  • Method channel implementation for native communication
  • Comprehensive documentation and setup guides
  • Example project demonstrating usage

Features #

  • Easy integration with Paymob payment SDKs
  • Cross-platform support (iOS and Android)
  • Flexible UI customization options
  • Robust error handling and status reporting
  • Type-safe API with Dart enums and classes
4
likes
150
points
228
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for integrating Paymob payment SDK. Provides easy integration with Paymob's native SDKs for iOS and Android.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on paymob

Packages that implement paymob