telr_mobile_payment_sdk 3.0.1
telr_mobile_payment_sdk: ^3.0.1 copied to clipboard
Flutter plugin that wraps Telr native iOS/Android SDKs via platform channels to present the payment UI.
Changelog #
3.0.0 #
- Upgrade native SDKs to Telr Android
com.telr.android:payment-sdk:3.0.0and iOSTelrSDK ~> 3.0.0; now requires iOS 15.1+ and Android minSdk 21 / targetSdk 34. - Added optional
TelrSdk.init(...)to set language (and other config hooks) on app start sopresentPaymentruns without Activity Result errors. - Android plugin now uses Kotlin 1.9/Java 17 and bundles required Retrofit/OkHttp/viewbinding runtime deps for the host app.
0.1.0 #
- Initial release of telr_mobile_payment_sdk
- Dart API:
TelrSdk.presentPayment(tokenURL, orderURL)→Future<PaymentResponse> - iOS bridge using CocoaPods
TelrSDK(~> 0.0.20) - Android bridge using Maven
com.telr.android:payment-sdk:0.0.12 - Example app included