Skip to content

v11.0.0

Compare
Choose a tag to compare
@remonh87 remonh87 released this 30 Jul 14:41
· 32 commits to main since this release
716dbdf

Breaking changes

  • Add support for intentmode setupMode. If you used IntentMode before change it to IntentMode.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

  • #1729 parse unknown error.
  • #1837 fix for deferred payment methods.
  • #1630 handle next action setup for ios.