secure_emi_sdk 0.0.2 copy "secure_emi_sdk: ^0.0.2" to clipboard
secure_emi_sdk: ^0.0.2 copied to clipboard

SecureEMI Flutter Plugin provides a secure bridge to the SecureEMI Android SDK, enabling merchants to integrate EMI mandate setup, KYC verification, and installment management into Flutter applications.

File: README.md #

Secure EMI Flutter Plugin #

SecureEMI Flutter plugin provides bindings to the proprietary SecureEMI Android SDK (AAR). It exposes payment and EMI flows for Android through a Flutter-friendly API.

Status #

Proprietary SDK — not open source. All rights reserved.

Installation (Flutter) #

  1. Add the plugin to your Flutter app pubspec.yaml (replace with your package name/version):
dependencies:
  secure_emi_sdk: ^0.0.1
  1. Run the following command:

export CODEARTIFACT_AUTH_TOKEN=$(aws codeartifact get-authorization-token
--domain secureemi
--profile SecureEMIClient
--query authorizationToken
--output text)

0
likes
135
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

SecureEMI Flutter Plugin provides a secure bridge to the SecureEMI Android SDK, enabling merchants to integrate EMI mandate setup, KYC verification, and installment management into Flutter applications.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on secure_emi_sdk

Packages that implement secure_emi_sdk