flutter_stripe

Flutter SDK for Stripe.

Stars
876
Committers
65

Bot releases are hidden (Show)

flutter_stripe - v2.4.0

Published by remonh87 over 2 years ago

  • Add support for paying with Klarna.
  • Several fixes by the Stripe sdk v0.4.0
  • Fix #632 added return_url to payment sheet. Needed for Ideal payments
  • Fix #185 make sure that address will be added to the payment intent.
flutter_stripe - v2.3.0

Published by jonasbark over 2 years ago

  • add isGooglePaySupported method
  • reenable support for legacy bank account token creation
  • Several fixes by the Stripe sdk v0.3.0
flutter_stripe - v2.2.0

Published by remonh87 over 2 years ago

  • Add currency code to the Paymentsheet
  • Add validation state to cardfield
  • Deprecated CreatetokenParams use CreateTokenParams.card instead
  • Several fixes by the Stripe sdk v0.2.4
  • Fix #416 ocassional crash on Android on the Paymentsheetfragment
flutter_stripe - v2.0.2

Published by remonh87 almost 3 years ago

  • New params primaryButtonColor, billingDetails and allowsDelayedPaymentMethods for initPaymentSheet
  • Fixed iOS focus issues #408
flutter_stripe - v2.0.1

Published by remonh87 almost 3 years ago

  • FIX: focus issue on CardFormField on Android. #397
  • DOCS: correct AppCompat mention in README.md. #392
flutter_stripe - v2.0.0

Published by remonh87 almost 3 years ago

First stable release

Breaking changes

  • Temporarily disable Wechat

Other changes

  • add openApplePaySetup method
  • several fixes by Stripe SDK (v0.2.1, v0.2.2)
  • Focus issues on Android #14 are fixed
flutter_stripe - v.1.3.0

Published by jamesblasco about 3 years ago

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.
flutter_stripe - v.1.2.0

Published by remonh87 about 3 years ago

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).
flutter_stripe - v1.1.0

Published by remonh87 about 3 years ago

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

  • Sync with latest Stripe sdk.
  • Fix #147 add urlscheme to initialise method. Thanks to @dariuspo.
  • Improved focus behavior on Cardfield.
  • Add dangerouslyGetFullCardDetails and FontFamily to cardfield.
  • Better debug logging in case something goes wrong.
flutter_stripe - v.1.0.2

Published by remonh87 over 3 years ago

  • Fix #68 Android leaks and activity for result propagation
  • Add FPX payment method
  • Fix #87 can't create payment method iOS
  • Expose apple pay styling options to API
flutter_stripe - v1.0.0+3

Published by remonh87 over 3 years ago

  • initial beta release