Releases: flutter-stripe/flutter_stripe
Releases · flutter-stripe/flutter_stripe
v12.0.0
12.0.0
Breaking changes
- This package now supports and requires Freezed v3
- Breaking change due to sync with Stripe React Native's (v0.50.1) new architecture.
- Remove Sofort payment method as Stripe does not support it anymore
Features
- Paymentsheet now supports link display parameters
- Paymentsheet can now be configured with a map of paymentmethods for future usage
Fixes
v11.5.0
11.5.0
Align with Stripe React Native 0.43.0:
Breaking changes
- Removed support for FPX payments via the bank picker UI. If you'd like to accept FPX payments, we recommend using Mobile Payment Element. Also see the FPX Payment guide for more info on how to integrate FPX specifically.
Features
-
Financial Connections now supports dark mode, and will automatically adapt to the device's theme. Learn more about configuring appearance settings.
-
Added card brand filtering to PaymentSheet and CustomerSheet to specify allowed or blocked card brands. 1857
-
Added ability to pass an
onEvent
listener to Financial Connections methods via aparams
argument:collectBankAccountForPayment
collectBankAccountForSetup
collectBankAccountToken
collectFinancialConnectionsAccounts
-
Added ability to pass
metadata
toPaymentMethod.ConfirmParams
andPaymentMethod.CreateParams
-
CustomerSheet
is now generally available!- If you were using
CustomerSheetBeta
, change that toCustomerSheet
. - If you were using
CustomerSheetBeta.CustomerSheet
, change that toCustomerSheet.Component
- If you were using
-
Enabled vertical mode
Fixes
- Updated
stripe-ios
to 24.7.* - Updated
stripe-android
to 21.6.*
v11.3.0
v11.2.0
11.4.0
Features
- Swift package manager support
- Implemented Address sheet widget
- Add P24 support on Stripe web
Fixes
- Compliance with latest Dart analyzer
- Prevent focus loop in Payment element for the web
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