Skip to content

Releases: flutter-stripe/flutter_stripe

v2.0.1

29 Nov 19:33
45bd6de
Compare
Choose a tag to compare
  • FIX: focus issue on CardFormField on Android. #397
  • DOCS: correct AppCompat mention in README.md. #392

v2.0.0

29 Nov 19:32
8e48dbb
Compare
Choose a tag to compare

First stable release

Breaking changes

  • Temporarily disable Wechat

Other changes

  • add openApplePaySetup method
  • several fixes by Stripe SDK (v0.2.1, v0.2.2)
  • Focus issues on Android #14 are fixed

v.1.3.0

06 Sep 16:46
779e316
Compare
Choose a tag to compare

BREAKING CHANGES

  • Deprecate redundant parameters for payment sheet.

Other changes

  • Add new multiline card form.
  • Add Stripe Google pay integration.
  • Add WeChat payment method.
  • Improved example app.

v.1.2.0

28 Jul 18:47
df2f9c1
Compare
Choose a tag to compare

Breaking changes

  • Rename confirmPaymentMethod to confirmPayment accordingly with the change in the native SDK

Other changes

  • Sync with latest Stripe sdk.
  • Add StripeException that encapsulates finer grained and localized error messaging coming from the Stripe SDK.
  • Add CardEditController to handle the clear, focus, blur methods from the cardfield.
  • Implement FontFamily on iOS.
  • Add dangerouslyUpdateCardDetails to allow custom UIs. (Please be sure to understand the severe implications of this approach here).

v1.1.0

28 Jul 18:46
e58bdad
Compare
Choose a tag to compare

Breaking changes

  • Make paymentIntentClientSecret nullable for SetupPaymentSheetParameters and add setupIntentClientSecret.
  • Rename ThreeDSecureSubmitButtonThemeData to ThreeDSecureButtonThemeData in order to facilitate for a generic class to customise 3D secure buttons.

Other changes

  • Sync with latest Stripe sdk.
  • Fix #147 add urlscheme to initialise method. Thanks to @dariuspo.
  • Improved focus behavior on Cardfield.
  • Add dangerouslyGetFullCardDetails and FontFamily to cardfield.
  • Better debug logging in case something goes wrong.

v.1.0.2

07 Jun 17:27
b8615d7
Compare
Choose a tag to compare
  • Fix #68 Android leaks and activity for result propagation
  • Add FPX payment method
  • Fix #87 can't create payment method iOS
  • Expose apple pay styling options to API

v1.0.0+3

12 May 18:25
Compare
Choose a tag to compare
  • initial beta release