lankapay_justpay_flutter 0.2.4
lankapay_justpay_flutter: ^0.2.4 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.4 #
- Docs: publish latest README improvements and refresh dependency snippet version.
0.2.3 #
- Docs: expanded README setup guidance and synchronized README/example docs for clearer integrator onboarding.
0.2.2 #
- Debug: added Android/iOS/Dart logs for native flow visibility.
- Debug-only: added
enableDebugMocksto simulate LPTrusted failure as success to keep debug UI/backend flow moving (dummy signature/mobileReference; backend may still reject). - Example app UI updated to call
createIdentityAndSign.
0.2.1 #
- README: remove redundant pub.dev publishing checklist (integrators use this README on pub.dev).
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).