telr_mobile_payment_sdk 3.0.1 copy "telr_mobile_payment_sdk: ^3.0.1" to clipboard
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.0 and iOS TelrSDK ~> 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 so presentPayment runs 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
2
likes
135
points
265
downloads

Publisher

verified publishertelr.com

Weekly Downloads

Flutter plugin that wraps Telr native iOS/Android SDKs via platform channels to present the payment UI.

Repository (GitHub)
View/report issues

Topics

#payments #telr #checkout #sdk

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on telr_mobile_payment_sdk

Packages that implement telr_mobile_payment_sdk