noon_payments 1.0.2
noon_payments: ^1.0.2 copied to clipboard
A Flutter plugin for integrating Noon Payments SDK on Android and iOS.
1.0.2 #
- Fixed R8/ProGuard build error on Android by adding missing Coil dependency and keep rules.
1.0.1+2 #
- Updated README.md.
1.0.1 #
- Added environment param to initiatePayment method to allow the user to add their own environment link.
environment: NoonEnvironment("YOUR_ENVIRONMENT_LINK"),
1.0.0+1 #
- Updated README.md.
1.0.0 #
- Initial release of the Noon Payments Flutter plugin.
- Added Android and iOS payment flow support.
- Added payment result, style, and enum models.