Releases: flutter-stripe/flutter_stripe
Releases ยท flutter-stripe/flutter_stripe
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