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

outdated

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

urwaypayment #

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

Getting Started #

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

...
dependencies:
...

urwaypayment: ^2.0.1

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

  • Make sure to add this line android:usesCleartextTraffic="true" in your

    <application  
                  android:usesCleartextTraffic="true">
    </application>
    

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" />

iOS Add following code in your

    <key>NSAppTransportSecurity</key>
    <dict>
    <key>NSAllowsArbitraryLoads</key> <true/>
    </dict>
    <key>io.flutter.embedded_views_preview</key> <true/> 
4
likes
0
points
47
downloads

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

unknown (license)

Dependencies

apple_pay_flutter, connectivity_plus, convert, crypto, dart_ipify, device_info_plus, email_validator, flutter, http, package_info_plus, path_provider, permission_handler, webview_flutter_plus, yaml

More

Packages that depend on urwaypayment