urwaypayment 2.0.5 copy "urwaypayment: ^2.0.5" to clipboard
urwaypayment: ^2.0.5 copied to clipboard

This Flutter plugin provide merchants to easy and hasslefree integration with Urway Payment gateway API's.

urwaypayment #

A Urway is a payment gateway with payment solutions in Flutter. This Flutter plugin provide merchants to easy and hasslefree integration with Urway Payment gateway API's.

Getting Started #

Import the package to your pubspec.yaml to use it:

...
dependencies:
...
urwaypayment: ^2.0.5 
...
...

Requirement #

  *     Flutter >=3.5.1
  *     Dart >=3.0.0 <4.0.0
  *     iOS >=12.0
  *     MacOS >=10.14
  *     Android compileSDK 34
  *     Java 17
  *     Android Gradle Plugin 8.5.2
  *     Gradle wrapper >=8.4

Addition Configuration for performing transactions. #

Configure Terminal Id, Terminal Password, Merchant key and URL into appconfig.json file. And place the file into application asset folder.

Permission #

You need to put the following implementations in Android and iOS respectively.

Android

Required Permissions are:

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
4
likes
120
points
80
downloads

Documentation

API reference

Publisher

verified publisherurway.sa

Weekly Downloads

This Flutter plugin provide merchants to easy and hasslefree integration with Urway Payment gateway API's.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

apple_pay_flutter, connectivity_plus, convert, crypto, dart_ipify, device_info_plus, flutter, http, package_info_plus, webview_flutter

More

Packages that depend on urwaypayment