Last updated:
0 purchases
paymob plugin
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
copied to clipboard
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>
copied to clipboard
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.