paymob_plugin 0.0.1 copy "paymob_plugin: ^0.0.1" to clipboard
paymob_plugin: ^0.0.1 copied to clipboard

A new flutter plugin project.

paymob_plugin #

This plugin is for paymob. It's implemented the native SDK of Android to work on Flutter environment.

iOS is currently under development.

Usage #

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

dependencies:
  paymob_plugin: ^0.0.1

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>

Getting Started #

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

6
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A new flutter plugin project.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on paymob_plugin