secure_emi_sdk 0.0.2
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) #
- Add the plugin to your Flutter app
pubspec.yaml(replace with your package name/version):
dependencies:
secure_emi_sdk: ^0.0.1
- Run the following command:
export CODEARTIFACT_AUTH_TOKEN=$(aws codeartifact get-authorization-token
--domain secureemi
--profile SecureEMIClient
--query authorizationToken
--output text)