lankapay_justpay_flutter 0.2.0
lankapay_justpay_flutter: ^0.2.0 copied to clipboard
Flutter plugin bridging LankaPay LPTrusted (JustPay): getDeviceId and createIdentityAndSign over MethodChannel justpay_sdk/methods. Host apps must supply bank JSON and SDK binaries per README.
0.2.0 #
- Android plugin Java/Kotlin package and Gradle namespace moved from
com.example.lankapay_justpay_fluttertolk.lankapay.justpay_flutter. - Example app Android
applicationId/ namespace and iOS bundle ID updated tolk.lankapay.*(alignjustpay.jsonpackagewith your real app id). - pubspec / podspec metadata:
homepage,repository,issue_tracker, author IdeaHub & opensource@ideahub.lk (GitHub org ideahub; adjust if your repo lives elsewhere).
0.1.0 #
- Initial JustPay / LPTrusted bridge:
getDeviceId,createIdentityAndSignon channeljustpay_sdk/methods. - Android:
FlutterPluginregistration,JustPayNativeBridge(OkHttp 4.9.3, json-simple),consumer-rules.pro, compileOnly AAR fromandroid/app/libs/LPTrustedSDK.aar. - iOS:
JustPaySdkHandler+ podspec iOS 13+ withJustPaySDKframework search path;#if canImport(LPTrustedSDK)stub when framework absent. - Integrator README and doc/COMPLETE_SETUP_GUIDE.md for JSON placement and MID networking.
- Publish hygiene: MIT LICENSE, .pubignore (no proprietary SDK in tarball),
doc/layout for pub.dev.
0.0.1 #
- Placeholder scaffold (platform version demo).