edfapg_sdk 2.0.6 copy "edfapg_sdk: ^2.0.6" to clipboard
edfapg_sdk: ^2.0.6 copied to clipboard

Edfa Payment Gateway Flutter plugin responsible for help to integrate EdfaPay payment system in to your apps in very precise way.

0.0.2 #

Enhancements

  • Updated Readme

0.0.3 #

Enhancements

  • Update native dependency
  • Fix build issues
  • Migrate and fix ApplePay for iOS

0.0.4 #

Resolve ios pluginClass

0.0.5 #

Conditional bug fix

0.0.6 #

Error Handling Card expiry validation Change payment url

0.0.9 #

Change android native deps

0.0.9 #

Exception handling on error

2.0.0 #

Added 3 new UI screens for card detail input

2.0.0+1 #

Added 3 new UI screens for card detail input

  • Fixes Bug
  • Enhancement in Code
  • Changed and Unified Naming Conventions

2.0.1 #

  • Update Card UI
  • Handling double tap on andorid
  • Enhancement

2.0.2 #

  • Update Text Translation
  • Enhancement

2.0.3 #

  • Added Recurring to sale
    • Added to below

    EdfaCardPay #

     EdfaCardPay()
        .setRecurring(true/false)
        ...
    

    EdfaPayWithCard #

     EdfaPayWithCard()
        .setRecurring(true/false)
        ...
    

2.0.4 #

Random bug fix & enhancement

2.0.5 #

  • Added Auth to sale transaction
    • Added to below

    EdfaCardPay #

     EdfaCardPay()
        .setAuth(true/false)
        ...
    

    EdfaPayWithCard #

     EdfaPayWithCard()
        .setAuth(true/false)
        ...
    
1
likes
0
points
95
downloads

Publisher

verified publisheredfapay.com

Weekly Downloads

Edfa Payment Gateway Flutter plugin responsible for help to integrate EdfaPay payment system in to your apps in very precise way.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, intl, plugin_platform_interface

More

Packages that depend on edfapg_sdk

Packages that implement edfapg_sdk