paymob_flutter_lib 1.0.4 copy "paymob_flutter_lib: ^1.0.4" to clipboard
paymob_flutter_lib: ^1.0.4 copied to clipboard

Flutter plugin to integrate Paymob to flutter applications.

paymob_flutter_lib #

This plugin is for paymob.pk. It's implementation of the native Paymob SDK of Android and IOS to work on Flutter environment.

Usage #

Add this to your package's pubspec.yaml file:

dependencies:
  paymob_flutter_lib: ^1.0.4

Android #

You have to edit AndroidManifest.xml file with following.

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:tools="http://schemas.android.com/tools">
    <application
        android:supportsRtl="true"
        tools:replace="android:label,android:supportsRtl">
    </appliaction>
</manifest>

ios #

Add this to your Podfile file

# Uncomment this line to define a global platform for your project
platform :ios, '12.0'
4
likes
0
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin to integrate Paymob to flutter applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, plugin_platform_interface

More

Packages that depend on paymob_flutter_lib