Releases: flutter-stripe/flutter_stripe
Releases ยท flutter-stripe/flutter_stripe
v2.0.1
v2.0.0
v.1.3.0
BREAKING CHANGES
- Deprecate redundant parameters for payment sheet.
Other changes
- Add new multiline card form.
- Add Stripe Google pay integration.
- Add WeChat payment method.
- Improved example app.
v.1.2.0
Breaking changes
- Rename confirmPaymentMethod to confirmPayment accordingly with the change in the native SDK
Other changes
- Sync with latest Stripe sdk.
- Add StripeException that encapsulates finer grained and localized error messaging coming from the Stripe SDK.
- Add CardEditController to handle the clear, focus, blur methods from the cardfield.
- Implement FontFamily on iOS.
- Add dangerouslyUpdateCardDetails to allow custom UIs. (Please be sure to understand the severe implications of this approach here).
v1.1.0
Breaking changes
- Make paymentIntentClientSecret nullable for SetupPaymentSheetParameters and add setupIntentClientSecret.
- Rename ThreeDSecureSubmitButtonThemeData to ThreeDSecureButtonThemeData in order to facilitate for a generic class to customise 3D secure buttons.
Other changes