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)