flutter_fawry_pay 0.0.6+1 flutter_fawry_pay: ^0.0.6+1 copied to clipboard
This plugin is for FawryPay. It's implemented the native SDKs to work on Flutter environment.
0.0.6+1 #
- Fix Android file url.
0.0.6 #
- BREAKING: init() method has added new required parameter (merchantID), now you can set it for one time.
- BREAKING: Removed environment and language parameters from initialize() and initializeCardTokenizer() methods, and you can set them for one time in init() method.
- BREAKING: webDisplayMode parameters is now in init() method.
- Remove unneeded container in FawryButton.
- Upgrade iOS SDK verion.
0.0.5 #
- Add Web plugin.
- Migrate to Platform Interface.
0.0.4 #
- Add notes to README for Android Release.
0.0.3+1 #
- Change README.
0.0.3 #
- BREAKING: Change types of FawryItem in fawry_item.dart file.
0.0.2 #
- Migrate null-safety.
0.0.1+1 #
- Add README.
0.0.1 #
- First beta version.