Skip to content

Releases: flutter-stripe/flutter_stripe

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://github.com/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

9.2.1

14 Aug 19:41
dcb5856
Compare
Choose a tag to compare

Fixes

  • Move amount value to GooglePayPaymentMethodParams #1255
  • iOS: Apple Pay updatePlatformSheet now pass the errors #1230
  • iOS: Fixes styling parameter for ApplePayButton #1231
  • Android: Fixes bug that to display image in card form #1254
  • Sync with Stripe 0.27.1.

9.2.0

14 Aug 19:39
d114816
Compare
Choose a tag to compare

Features

  • Add BillingDetailsCollectionConfiguration to payment sheet for collecting addresses.
  • Sync with Stripe 0.27.

Fixes

  • Make project compatible with Android gradle plugin 8.0.
  • New google pay button assets in order to comply with Google's new branding guidelines.
  • #1219 use correct value for enum PaymentConfirmationRedirect.ifRequired.
  • Add setting to render the cardfield using the standard AndroidView instead as alternative to the default ExpensiveAndroid view.

9.1.1

14 Aug 19:38
deddf04
Compare
Choose a tag to compare

9.1.1

This release brings a lot of improvments to the web plugin, like later payments using SetupIntents or using tokens.
It also fixes the Apple Pay plugin that comes with new native features like order tracking and discount codes

Deprecated fields

  • The field createdDateTime in TokenData has changed to
    created. It will be removed in later versions

Features

  • Web: Adds support for token endpoints ref
  • Web: Adds support SetupIntents ref
  • Web: Adds possibility to change stripeAccountId for stripe web` ref
  • Web: Fix enum PaymentConfirmationRedirect parsing ref
  • iOS: Fixes Apple Pay flow ref
  • Sync with Stripe 0.26