elepay_flutter 4.0.0 copy "elepay_flutter: ^4.0.0" to clipboard
elepay_flutter: ^4.0.0 copied to clipboard

elepay SDK wrapper for Flutter

4.0.0 #

Breaking changes

  • iOS integration is migrated from CocoaPods to Swift Package Manager. Hosting apps MUST enable SPM with flutter config --enable-swift-package-manager.
  • Minimum supported Flutter SDK is raised to 3.24.0 (the first stable that supports SPM for plugins).
  • Minimum supported iOS deployment target is raised to 13.0 (aligned with ElepaySDK 5.0.0).
  • Android: elepay Android SDK is restructured into multiple modules under the new io.elepay.android group id. The plugin now depends on io.elepay.android:elepay:4.0.0 and io.elepay.android:elepay-checkout:4.0.0 instead of the legacy jp.elestyle.androidapp:elepay. No changes are required in your Flutter app code.
  • Embedded native SDK:
    • iOS: ElepaySDK 5.0.5 (Stripe SDK 24.x, drop iOS 12 support).
    • Android: elepay Android SDK 4.0.0 (architecture upgrade, GMO Payment support).

3.5.2 #

Update embedded SDK.

  • Android 3.6.0

3.5.1 #

Update embedded SDK.

  • Android 3.5.0
    • Fixed Android 16kb adaptive issue.

3.5.0 #

  • fix namespace and upgrade gradle config

3.4.3 #

Update embedded SDK.

  • Android 3.4.3
    • Removed deprecated registerWith method that used PluginRegistry.Registrar.
      This resolves compatibility issues with Flutter v2 Android embedding, Kotlin 1.8+, and Android API level 35.

3.4.2 #

Update embeded SDK.

  • iOS 4.4.0

3.4.1 #

Update embeded SDK.

  • iOS 4.3.1

3.4.0 #

Update embeded SDK.

  • Android 3.4.0
    • Add support for more payment methods without the need to update the SDK in the future.
    • Integrate support for Naver Pay and Toss Pay.
  • iOS 4.3.0
    • Add support for more payment methods without the need to update the SDK in the future.
    • Integrate support for Naver Pay and Toss Pay.

3.3.0 #

Update embeded SDK.

  • Android 3.3.3
    • Add Rakuten Bank pre-authorization support.
  • iOS 4.2.0
    • Add Rakuten Bank pre-authorization support.

3.2.1 #

Update embeded SDK.

  • Android 3.3.2
    • Add the ability to cancel checkout in EasyCheckout

3.2.0 #

Update embeded SDK.

  • Android 3.3.1

3.1.0 #

Update embedded SDK.

  • iOS 4.1.0
  • Android 3.2.0

3.0.11 #

  • Update embedded Android SDK to 3.1.0

3.0.10 #

  • Update embedded iOS SDK to 4.0.2

3.0.9 #

  • Returns handleOpenURL result from this plugin on iOS platform.

3.0.8 #

  • Specify launch mode of callback activity.

3.0.7 #

  • Update embedded iOS sdk to 4.0.1

3.0.6 #

  • Fixed a typo.

3.0.5 #

  • Fixed a compiling issue of iOS SDK.

3.0.4 #

  • Fixed a packaging issue of Android SDK.

3.0.3 #

  • Fixed a crash on Android caused by dependency library update.

3.0.2 #

  • Fixed a crash of processing Google Pay with Stripe.

3.0.1 #

  • Fixed a build error occured on the newer flutter sdk version.

3.0.0 #

Update embedded native SDK.

  • elepay iOS SDK 4.0.0, from this version, the minimum version of iOS is upgraded to 12.0, and swift 5.7 is required.
  • elepay Android SDK 3.0.0, from this version, the required minSdk is 23. On both platforms, the credit card input UI now supports camera scanning.

For other changes, please refer to the changelog of individual SDK.

2.5.0 #

Update embedded sdk.

  • Android 2.9.0
  • iOS 3.5.0

2.4.2 #

Updated embedded sdk.

  • iOS 3.4.1

2.4.1 #

Updated embedded sdk.

  • Android 2.8.1

2.4.0 #

Updated embedded sdk.

  • iOS 3.4.0
  • Android 2.8.0

2.3.0 #

Updated embedded sdk.

  • iOS 3.3.0
  • Android 2.7.0

2.2.1 #

Updated embedded sdk.

  • iOS 3.2.2
  • Android 2.6.1

2.2.0 #

Updated embedded iOS SDK version to 3.2.1

2.1.0 #

Added a theme field to the ElepayConfiguration class to config theme at init stage. Embedded native SDK

  • iOS 3.2.0
  • Android 2.6.0

2.0.0 #

Uses flutter 2.5.0 now. Embedded native SDK:

  • iOS: 3.1.0
  • Android: 2.5.0

1.0.0 #

First beta of elepay_flutter SDK. Embedded native SDK:

  • iOS: 1.7.9
  • Android: 1.8.2
0
likes
140
points
266
downloads

Documentation

API reference

Publisher

verified publisherelepay.io

Weekly Downloads

elepay SDK wrapper for Flutter

Homepage

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on elepay_flutter

Packages that implement elepay_flutter