Skip to content

Releases: Adyen/adyen-flutter

v1.1.0

07 Oct 09:30
893fbe4
Compare
Choose a tag to compare
  • Added support for renaming payment methods in Drop-in.
  • 3DS2 cancellations are now resolved as a PaymentCancelledByUser payment result.
  • Improved configuration parsing for Google Pay component.
  • Improved instantiation of Apple Pay component.

v1.0.2

11 Sep 11:58
c105cc5
Compare
Choose a tag to compare
  • Improved card component for large font and display sizes.
  • Improved component bottom sheet behavior on Android.
  • Migrated Android example to use Flutter Gradle plugins through the Plugin DSL.
  • Updated iOS SDK to v5.11.0.

v1.0.1

17 Jul 14:31
7f1ac3a
Compare
Choose a tag to compare
  • Fixed resolving of view references for Android when using Flutter with Gradle's Plugin DSL.
  • Excluded default androidx.lifecycle dependencies of the Android SDK to enable AGP 7 compatibility.
  • Updated project readme.

v1.0.0

10 Jul 14:42
f3d09c2
Compare
Choose a tag to compare
  • Breaking Change: Cash app pay configuration now uses named parameters.
  • Breaking Change: Styling for iOS is now simplified by exposing AdyenAppearance for setting
    the style directly.
  • Added standalone action handling for the API only integration flow.
  • Improved rendering of components.
  • The amount inside the different payment method configurations is now optional. Only for Apple Pay
    in combination with the advanced flow, the amount is still required.
  • Added support for the iDEAL redirect flow.
  • Updated iOS SDK to v5.9.0.
  • Updated Android SDK to v5.6.0 and moved to Gradle v8.

v0.1.0

30 May 14:24
c7d5a08
Compare
Choose a tag to compare
  • Breaking Change: Changed ResultCode into an enum. Please adjust your usage of the
    PaymentResult (PaymentSessionFinished or PaymentAdvancedFinished).
  • Breaking Change: Changed the payment methods type from String to Map<String, dynamic> to
    support JSON data directly.
  • Breaking Change: Updated AdvancedCheckout class and removed deprecated implementation.
  • Updated iOS SDK to v5.8.0.
  • Updated Android SDK to v5.4.0.
  • Added support for customizing Drop-in and Card Component.
  • Added option to adjust Drop-in preselected payment method title.
  • Added support for Instant Component.
  • Added support for Client-Side Encryption (CSE).

v0.0.3

12 Apr 10:28
8be68c2
Compare
Choose a tag to compare
  • ⚠ Introduced the AdvancedCheckoutPreview as a replacement for the AdvancedCheckout. Please
    consider using it as we plan to replace the deprecated AdvancedCheckout in the first beta
    release.
  • Added Google Pay Component.
  • Added Apple Pay Component.
  • Added support for optional configuration for Apple Pay and Google Pay (Drop-in and Components).
  • Updated minimum supported SDK version to Flutter 3.10.6/Dart 3.0.6.

v0.0.2

19 Feb 13:30
d78e916
Compare
Choose a tag to compare
  • Improved error handling by dismissing Drop-in in case an Apple Pay transaction fails.
  • Updated iOS SDK to v5.6.0.
  • Updated Android SDK to v5.2.0.
  • Updated API integration of example app to v71.

v0.0.1

04 Jan 14:12
90c383e
Compare
Choose a tag to compare

0.0.1

  • Initial alpha release containing following features:
    • Drop-in with session flow and advanced flow.
    • Card-component with session flow and advanced flow.