myfatoorah_flutter 3.2.2 copy "myfatoorah_flutter: ^3.2.2" to clipboard
myfatoorah_flutter: ^3.2.2 copied to clipboard

This plugin simplify the MyFatoorah payment platforms integration with your app, that works smoothly and provide you a simple way to embed our payment functions within your app.

3.2.2 27/5/2025 #

  • fix MFCardView GestureDetector not initialized error.

3.2.1 28/2/2025 #

  • fix proguard-rules in release mode.

3.2.0 24/2/2025 #

  • fix and upgrade gradle > 8.

3.1.5 2/10/2024 #

  • feat add isRecurring to MFInitiateSessionRequest.
  • fix RecurringId in GetPaymentStatus.

3.1.4 2/10/2024 #

  • fix MFDeleteAlert null error.

3.1.3 2/10/2024 #

  • fix RecurringId in PaymentStatus.

3.1.2 16/9/2024 #

  • feat add NFC to CardView.
  • feat add backgroundColor to CardViewStyle.
  • feat add currency to validate and pay with CardView.
  • Fix some bugs and make overall enhancement.

3.1.1 8/8/2024 #

  • Fix some bugs and make overall enhancement.

3.1.0 5/8/2024 #

  • feat add GooglePay.

3.0.14 4/7/2024 #

  • Fix some bugs and make overall enhancement.

3.0.13 6/6/2024 #

  • feat add ApplePayLoaded

3.0.12 28/5/2024 #

  • fix android compiling error with gradle > 8.4

3.0.11 6/5/2024 #

  • feat add CardBrand to CustomerTokens

3.0.10 2/5/2024 #

  • feat add privacy file in ios

3.0.9 8/3/2024 #

  • feat ExecutePaymentWithSavedToken

3.0.8 14/1/2024 #

  • feat ApplePay UpdateAmount

3.0.7 20/12/2023 #

  • feat ApplePay V3

3.0.6 8/12/2023 #

  • feat make initSession & loadCardView separate

3.0.5 10/11/2023 #

  • fix onDetachedFromActivity in MyfatoorahFlutterPlugin

3.0.4 5/11/2023 #

  • Add vendorName to MFApplePayStyle

3.0.3 11/10/2023 #

  • fix MFCardViewStyle

3.0.2 5/10/2023 #

  • fix com.google.gson error on release

3.0.1 25/9/2023 #

  • fix init function

3.0.0 21/9/2023 #

  • feat wrapper to native SDK

2.1.20 18/5/2023 #

  • fix redirection after ExecutePayment.
  • Fix some bugs and make overall enhancement.

2.1.19 18/5/2023 #

  • Remove callBackUrl and errorUrl from ExecutePaymentRequest.
  • Fix some bugs and make overall enhancement.

2.1.18 24/1/2023 #

  • Add loadWithStartLoading in Apple PayButton to handle loading stuff until payment done.
  • Fix some bugs and make overall enhancement.

2.1.17 3/1/2023 #

  • Improve apple pay
  • Fix some bugs and make overall enhancement.

2.1.16 27/11/2022 #

  • Fix some bugs and make overall enhancement.

2.1.15 21/11/2022 #

  • Add onCardBinChanged callback to the load() method of MFPaymentCardView.
  • Fix some bugs and make overall enhancement.

2.1.14 7/11/2022 #

  • Fix some bugs and make overall enhancement.

  • 2.1.13 - 28/8/2022 #

  • Fix some bugs and make overall enhancement.

2.1.12 11/5/2022 #

  • Fix some bugs and make overall enhancement.

2.1.11 8/5/2022 #

  • Fix some bugs and make overall enhancement.

2.1.10 27/4/2022 #

  • Add onInvoiceCreated callback to executePayment to return you the invoiceId once created.
  • Fix some bugs and make overall enhancement.

2.1.9 24/4/2022 #

  • Add feature of saved cards with embedded payment.
  • Fix some bugs and make overall enhancement.

2.1.8 13/4/2022 #

  • Fix some bugs and make overall enhancement.

2.1.7 12/4/2022 #

  • Fix some bugs and make overall enhancement.

2.1.6 10/4/2022 #

  • Add feature of pay with Apple Pay.
  • Support save card option with embedded payment to enable you to save your customer's card details to make future payments easier.
  • Fix some bugs and make overall enhancement.

2.1.5 25/1/2022 #

  • Deprecated the executeRecurringDirectPayment() method and use instead RecurringModel in MFExecutePaymentRequest using executePayment() or executeDirectPayment() method.
  • Fix some bugs and make overall enhancement.

2.1.4 17/1/2022 #

  • Fix some bugs and make overall enhancement.

2.1.3 29/12/2021 #

  • Fix some bugs and make overall enhancement.

2.1.2 12/12/2021 #

  • Fix some bugs and make overall enhancement.

2.1.0 18/10/2021 #

  • Support embedded payment feature (payment card view).
  • Fix some bugs and make overall enhancement.

2.0.3 14/9/2021 #

  • Fix some bugs and make overall enhancement.

2.0.2 12/9/2021 #

  • Fix some bugs and make overall enhancement.

2.0.1 15/8/2021 #

  • Fix some bugs and make overall enhancement.

2.0.0 7/7/2021 #

  • Migrate to null safety.

1.0.20 14/6/2021 #

  • Fix some bugs and make overall enhancement.

1.0.19 8/6/2021 #

  • Fix some bugs and make overall enhancement.

1.0.18 5/5/2021 #

  • Upgrade device_info plugin to version 2.0.0

1.0.17 13/4/2021 #

  • Upgrade http plugin to version 0.13.1

1.0.16 24/3/2021 #

  • Deprecated executeDirectPaymentWithRecurring() method which takes integer value intervalDays as a parameter. Used instead executeRecurringDirectPayment() method which takes MFRecurringType which is one of four different values daily, weekly, monthly, or custom(days).

1.0.15 17/2/2021 #

  • We deprecated 'supplierCode' and 'supplierValue' and used 'suppliers' list instead. Inside the following APIs:
    • sendPayment
    • executePayment
    • executeDirectPayment
    • executeDirectPaymentWithRecurring
  • Fix some bugs and make overall enhancement.

1.0.14 8/2/2021 #

  • Fix some bugs and make overall enhancement.

1.0.13 27/1/2021 #

  • Fix some bugs and make overall enhancement.

1.0.12 11/11/2020 #

  • Fix some bugs and make overall enhancement.

1.0.11 2/11/2020 #

  • Add CardHolderName field to card info in direct payment.

1.0.10 19/10/2020 #

  • Fix some bugs and make overall enhancement.

1.0.9 24/9/2020 #

  • Fix some bugs and make overall enhancement.

1.0.8 24/9/2020 #

  • Fix some bugs and make overall enhancement.

1.0.7 16/6/2020 #

  • Fix some bugs and make overall enhancement.

1.0.6 31/5/2020 #

  • Support Apple Pay for iPhone devices starting from iOS 13.

1.0.5 19/5/2020 #

  • Fix some bugs and make overall enhancement.

1.0.4 13/5/2020 #

  • Fix some bugs and make overall enhancement.

1.0.3 26/3/2020 #

  • Fix some bugs and make overall enhancement.

1.0.2 25/3/2020 #

  • Add cancelRecurringPayment feature.
  • Add cancelToken feature.
  • Updating ReadMe and fix some bugs and enhancement.

1.0.1 24/3/2020 #

  • Adds getPaymentStatus feature.
  • Fux bugs and enhancement.

1.0.0 24/3/2020 #

  • Adds sendPayment feature.
  • Adds initiatePayment feature.
  • Adds executeRegularPayment feature.
  • Adds executeDirectPayment feature.
  • Adds executeDirectPaymentWithRecurring feature.

0.0.1 22/3/2020 #

  • First Beta version of MyFatoorah Flutter Plugin.
63
likes
0
points
2.85k
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin simplify the MyFatoorah payment platforms integration with your app, that works smoothly and provide you a simple way to embed our payment functions within your app.

Homepage

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on myfatoorah_flutter

Packages that implement myfatoorah_flutter