payumoney_pro_unofficial 0.0.2 copy "payumoney_pro_unofficial: ^0.0.2" to clipboard
payumoney_pro_unofficial: ^0.0.2 copied to clipboard

outdated

Flutter Plugin to Implement Payumoney Checkout Pro SDK in Flutter App

Flutter PayUMoney Pro SDK #

Screenshots

screenshot screenshot screenshot screenshot

Note: This Plugin is in initial release. Please test it will before using it in production app. #

Currently Support Android Platform only. iOS Soon #

Android Implementation #

There are few steps you need to follow to implement PayUMoney SDK:

  • Open file android/app/build.gradle in your flutter project and update minSdkVersion under "defaultConfig" to 21 (if greater than leave)
  • Open AndroidManifest.xml located at android/app/src/main and add following code:

add following code

xmlns:tools="http://schemas.android.com/tools"
<manifest  xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools" <--- paste here
    package="yourPackageName">

also add this code:

tools:replace="android:label"
<application
android:name="io.flutter.app.FlutterApplication"
android:label="YourAppName"
tools:replace="android:label" <-- Paste here
android:icon="@mipmap/ic_launcher">
7
likes
0
pub points
76%
popularity

Publisher

verified publisheriammukesh.com

Flutter Plugin to Implement Payumoney Checkout Pro SDK in Flutter App

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on payumoney_pro_unofficial