edfapg_sdk 2.0.9
edfapg_sdk: ^2.0.9 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
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 #
2.0.4 #
Random bug fix & enhancement
2.0.5 #
2.0.8 #
- Random Fix and enhancements
- Glitch in Card Entry Screen
2.0.8+1 #
- Random Fix and enhancements
- Native sdk version via pubspec.yaml at flutter project level
2.0.8+2 #
- Random Fix and enhancements
- Fix android gradle fall-back version
2.0.9 #
-
Random Fix and enhancements
-
Fix android gradle fall-back version
-
Native Version
- Android: 2.1.2
- iOS: ~> 2.0.7
-
Developer can now pass the native version for android as below.
- Android:
- In project
pubspec.yamldefine the edfapay_properties as below:
Note: The "edfapay_properties" key must start at the beginning of the line (no indentation)# ⚠️ IMPORTANT: # The "edfapay_properties" key must start at the beginning of the line (no indentation). edfapay_properties: pg_android: "2.1.2"
- In project
- Android:
-
iOS:
- Coming soon