Skip to content

Releases: flutter-stripe/flutter_stripe

v11.1.0

18 Sep 17:06
dde7ed5
Compare
Choose a tag to compare
  • Sync with Stripe 0.38.6.
  • Minor fixes and improvements.
  • Fix parameters for webelement

v11.0.0

30 Jul 14:41
716dbdf
Compare
Choose a tag to compare

Breaking changes

  • Add support for intentmode setupMode. If you used IntentMode before change it to IntentMode.paymentMode instead.
  • This library now only supports Dart sdk 3.0.0 for mobile and Dart sdk 3.3.0 for web and higher.

Features

  • Sync with Stripe 0.38.3.
  • Flutter Stripe web 6.0.0 Converted the library to the new js interop so this library can be compiled to WASM.
  • Payment element add support for Apple pay elements.

Fixes

  • #1729 parse unknown error.
  • #1837 fix for deferred payment methods.
  • #1630 handle next action setup for ios.

v10.2.0

13 Jul 09:33
Compare
Choose a tag to compare

Features

  • Sync with Stripe 0.38.0:
    • Adds support for paymentMethodOrder in PaymentSheet, which provides client side sorting of payment methods.

Fixes

  • Fix: Apply dynamic Stripe account ID to confirmPayment method in WebStripe (#1798)
  • Update models and bugfixes for flutter_stripe_web

v10.1.0

02 Mar 10:23
0ce4236
Compare
Choose a tag to compare

Features

  • #1122 Add google pay and apple pay for web
  • Sync with Stripe 0.37.0
  • #1606 Enable tap to pay

Fixes

  • #1637 Cash app pay causes crash on web.
  • #1608 prevent paymentintent crash.
  • #1465 unknow result.
  • #1512 add latest charge field to payment intent (Web only).

v10.0.0

19 Dec 20:27
e80a2e0
Compare
Choose a tag to compare

Breaking changes
Rename ApplePayShippingContact to PlatformpayshippingContact.

Fixes

  • #1465 Handle nullable result coming from Stripe sdk.
  • #1512 add latest charge field to payment intent (Web only).
  • #1522 add bankidentifiercode to ideal paymentdata.
  • #1560 fix payment sheet crash when pressing back button.

v9.6.0

28 Nov 20:40
306f6e1
Compare
Choose a tag to compare

9.6.0

Sync with Stripe React Native v0.34 and v0.35:

Features

  • Added new presentationStyle options for CustomerSheet and AddressSheet.
  • Support PlatformPayButton's appearance and borderRadius props on Android.
  • PaymentSheet now supports Swish for PaymentIntents in private beta.
  • PaymentSheet now supports saved payment method support for SEPA family payment methods.
  • Added support for Flutter 3.16 and AGP 8

Fixes
#1459 allow image to be null (#1466).
#1409 send usesDeprecatedTokenFlow to stripe platform (#1410).

v 9.5.0

22 Oct 14:55
Compare
Choose a tag to compare

https:/flutter-stripe/flutter_stripe/blob/main/packages/stripe/CHANGELOG.md

What's Changed

New Contributors

Full Changelog: 9.4.0...9.5.0

9.4.0

10 Sep 15:55
Compare
Choose a tag to compare

Breaking changes

  • Removed deprecated methods isApplePaySupported, checkApplePaySupport, presentApplePay, confirmApplePayPayment.

Features

  • Added support for deffered payments in the payment sheet for more info see docs.
  • Sync with Stripe 0.29.0 and 0.30.0.

Fixes

  • Fixed #1376 focus issue on iOS.

9.3.0

14 Aug 19:47
a2cc100
Compare
Choose a tag to compare

Features

  • Add method for retrieve setupintent.

Fixes

  • Calling confirm payment without params won't crash #1246
  • Fix inproper calling of cashapp payment method. #1313
  • Sync with Stripe 0.28.0.

9.2.2

14 Aug 19:42
f2c17ee
Compare
Choose a tag to compare

Fixes

  • Updates json_annotation version requirement