network_international_payment_sdk 1.6.0
network_international_payment_sdk: ^1.6.0 copied to clipboard
A Flutter plugin to provide an easy-to-use integration for handling payments using N-Genius native SDKs in Flutter applications.
1.6.0 #
- Android: Add Samsung Pay support.
1.5.0 #
- Android: Add Google Pay support.
1.4.0 #
- Android: Migrate to modern
PaymentsLauncherandSavedCardPaymentLauncherAPIs.
1.3.0 #
- IOS: Added
startApplePaymethod to support Apple Pay on iOS.
1.2.0 #
- Added
startSavedCardPaymentmethod to support payments with saved cards.
1.1.0 #
- Added UI customization options (
showOrderAmount,showCancelAlert). - Added dynamic color theming for iOS via the
NIThemeobject. - Updated documentation to explain static color theming on Android.
- Made the
merchantIdparameter optional.
1.0.1 #
- Refactored
PaymentStatusenum to uselowerCamelCaseto align with Dart conventions. - Improved mapping from native status strings to the Dart enum.
1.0.0 #
- Initial release of the N-Genius / Network International Payments SDK Flutter plugin.
- Supports card payments on both Android and iOS.
- Provides a structured
PaymentResultfor handling payment outcomes.