myfatoorah_pay 1.0.3 copy "myfatoorah_pay: ^1.0.3" to clipboard
myfatoorah_pay: ^1.0.3 copied to clipboard

implement MyFatoorah Sdk for android & ios devoloped By SMZ team adding redirect automaticly with payment respose=>(PaymenStatus , PaymentId , Url) .

myfatoorah_pay #

My Fatoorah Pay

Getting Started #

Installation #

Payment methods Card inputs result Success result Failed
# add this to your pubspec.yaml
myfatoorah_pay: any

Config #

Ios #

add this to your Info.plist #

<key>io.flutter.embedded_views_preview</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>
</dict>

if this url is not using ssl you have to use clear text traffic . put this value in your manifest for android #

and allow arbitrary loads in your Info.plist for ios #

Android #

 <application android:usesCleartextTraffic="true">

  </application>

Dialog Usage #

import 'package:myfatoorah_pay/myfatoorah_pay.dart';
import 'dart:developer';

 var response = await MyFatoorahPay.startPayment(
                context: context,
                request: MyfatoorahRequest.test(
                  currencyIso: Country.SaudiArabia,
                  invoiceAmount: 100,
                  language: ApiLanguage.English,
                  token: "Your token here",
                ),
              );
              

### Notes
- you can find demo information here https://myfatoorah.readme.io/docs/demo-information

5
likes
110
pub points
48%
popularity

Publisher

verified publisherxstationapp.com

implement MyFatoorah Sdk for android & ios devoloped By SMZ team adding redirect automaticly with payment respose=>(PaymenStatus , PaymentId , Url) .

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_inappwebview, http

More

Packages that depend on myfatoorah_pay