Releases: flutter-stripe/flutter_stripe
Releases · flutter-stripe/flutter_stripe
v12.3.0
12.3.0
Features
- Sync with Stripe React Native 0.58.0
Fixes
- #2332 Android: Google Pay not appear on the PaymentSheet
- #2321 Android: Wrap context with AppCompat theme for Google Pay button.
- #2320 Android: add ProGuard rules to prevent 3D Secure crash.
- #2314 Android: Card details not complete error when using dangerouslyUpdateCardDetails
- #2307 Android: Paymentsheet card not focusable when tapping middle or bottom of the field.
12.2.0
12.2.0
Features
- Sync with Stripe React Native 0.57.1
- Added support for Alma payments
- Added token creation callback methods
- ioS: Support for liquid glass
- Implemented new constructors for customer sheet and deprecated the old ones
- Remove Giropay as Stripe no longer supports it
- Improved stability of customer sheet screen
Fixes
12.1.1
12.1.0
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
onEventlistener to Financial Connections methods via aparamsargument:collectBankAccountForPaymentcollectBankAccountForSetupcollectBankAccountTokencollectFinancialConnectionsAccounts
-
Added ability to pass
metadatatoPaymentMethod.ConfirmParamsandPaymentMethod.CreateParams -
CustomerSheetis 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-iosto 24.7.* - Updated
stripe-androidto 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