v11.0.0
Breaking changes
- Add support for intentmode setupMode. If you used
IntentMode before
change it toIntentMode.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