connect_sdk_client_flutter 1.1.6
connect_sdk_client_flutter: ^1.1.6 copied to clipboard
A Flutter package to communicate with the Worldline Global Collect platform
1.1.6 #
Updated: #
- Updated dependencies.
- Updated Android compile SDK and target SDK to 36.
- Updated AGP to 8.12.3.
- Updated Kotlin version to 2.2.20.
1.1.4 #
Added: #
- Added an
isInstallmentsproperty toPaymentContext. The value isfalseby default and will be used during an IIN Details call. The property is used to determine the availability of credit cards for payments that will be made in installments.
Updated: #
- Updated the
PaymentContextconstructor to include anisInstallmentsparameter. This parameter is optional and it isfalseby default. The constructor now looks likePaymentContext(AmountOfMoney, String, bool, {bool, Locale?, bool?}).
1.1.2 #
1.1.1 #
Fixed #
- Fixed an issue where the collected metadata did not properly identify the Flutter SDK.
1.1.0 #
This SDK is a rebranded and updated version of the SDK that was previously published under the Ingenico name. Next to renaming to Worldline, there were some minor changes. Please have a look at the release notes below to see what has changed. Previous versions and release notes of this SDK can be found here.
Some minor changes were also made in the Flutter SDK:
Added: #
- The function
getPrivacyPolicywas added to theClientApito retrieve the policy for apaymentProductIdand/orlocale. Providing nopaymentProductIdwill retrieve all available payment product policies. Providing nolocalewill return the default 'en_US' locale.
Fixed: #
displayHintsinPaymentProductFieldis now of typePaymentProductFieldDisplayHints?because it can be null in the native SDKs.
Removed: #
PaymentProductFieldDisplayHints.emptyconstructor has been removed.
1.0.0 #
Initial release of the Flutter SDK that can be used to connect to the Worldline Global Collect Client API. The SDK can only be used on the Android and iOS platforms.