Releases: flutter-stripe/flutter_stripe
Releases ยท flutter-stripe/flutter_stripe
v11.1.0
v11.0.0
Breaking changes
- Add support for intentmode setupMode. If you used
IntentMode before
change it toIntentMode.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
v10.2.0
v10.1.0
v10.0.0
Breaking changes
Rename ApplePayShippingContact
to PlatformpayshippingContact
.
Fixes
v9.6.0
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
https://github.com/flutter-stripe/flutter_stripe/blob/main/packages/stripe/CHANGELOG.md
What's Changed
- fix #1390 payment intents with unknown confirm method. by @remonh87 in #1412
- fix: #1409 send usesDeprecatedTokenFlow to stripe platform by @remonh87 in #1410
- Update Apple Pay docs by @moesaid in #1401
- Fix: invalid argument
requires_capture
on web by @BakerSmithA in #1431 - FIX: add checkout session to our example backend server. by @remonh87 in #1441
- Sync with v0.33 by @remonh87 in #1444
New Contributors
- @moesaid made their first contribution in #1401
- @BakerSmithA made their first contribution in #1431
Full Changelog: 9.4.0...9.5.0