connect_sdk_client_flutter 1.1.0
connect_sdk_client_flutter: ^1.1.0 copied to clipboard
A Flutter package to communicate with the Worldline Global Collect platform
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.