diff --git a/README.md b/README.md index 83314087..00ad7251 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ For card scanning add the following to your Info.plist: To scan cards ``` -#### Web (Experimental) +#### Web Now you can use Stripe with Flutter web! Notice right now it is highly experimental and only a subset of features is implemented. Namely: @@ -98,7 +98,10 @@ Now you can use Stripe with Flutter web! Notice right now it is highly experimen - Confirm payment intent - Confirm setup intent - Create token -- Confirm payment element (recommended way of handling payments on web) + +### Supported widgets +- [Confirm payment element](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/screens/payment_sheet/payment_element/platforms/payment_element_web.dart) (recommended way of handling payments on web) +- [Express checkout](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/screens/payment_sheet/express_checkout/platforms/express_checkout_element_web.dart) To use Stripe on web, it is required to add `flutter_stripe_web` in your pubspec file diff --git a/packages/stripe/CHANGELOG.md b/packages/stripe/CHANGELOG.md index 4238f2af..eecf786c 100644 --- a/packages/stripe/CHANGELOG.md +++ b/packages/stripe/CHANGELOG.md @@ -1,5 +1,11 @@ ## 11.2.0 +**Features** +- Add basic support for Expresscheckout on the web + +**Fixes** +- Export elementappearance and element theme + ## 11.1.0 - Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6). - Minor fixes and improvements. diff --git a/packages/stripe/README.md b/packages/stripe/README.md index 83314087..00ad7251 100644 --- a/packages/stripe/README.md +++ b/packages/stripe/README.md @@ -90,7 +90,7 @@ For card scanning add the following to your Info.plist: To scan cards ``` -#### Web (Experimental) +#### Web Now you can use Stripe with Flutter web! Notice right now it is highly experimental and only a subset of features is implemented. Namely: @@ -98,7 +98,10 @@ Now you can use Stripe with Flutter web! Notice right now it is highly experimen - Confirm payment intent - Confirm setup intent - Create token -- Confirm payment element (recommended way of handling payments on web) + +### Supported widgets +- [Confirm payment element](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/screens/payment_sheet/payment_element/platforms/payment_element_web.dart) (recommended way of handling payments on web) +- [Express checkout](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/screens/payment_sheet/express_checkout/platforms/express_checkout_element_web.dart) To use Stripe on web, it is required to add `flutter_stripe_web` in your pubspec file diff --git a/packages/stripe_android/CHANGELOG.md b/packages/stripe_android/CHANGELOG.md index ee88f55e..5eab2a50 100644 --- a/packages/stripe_android/CHANGELOG.md +++ b/packages/stripe_android/CHANGELOG.md @@ -1,4 +1,5 @@ ## 11.2.0 +- Minor fixes and improvements ## 11.1.0 - Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6). diff --git a/packages/stripe_ios/CHANGELOG.md b/packages/stripe_ios/CHANGELOG.md index 4238f2af..0609ab77 100644 --- a/packages/stripe_ios/CHANGELOG.md +++ b/packages/stripe_ios/CHANGELOG.md @@ -1,4 +1,5 @@ ## 11.2.0 +- Minor fixes and improvements ## 11.1.0 - Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6). diff --git a/packages/stripe_js/CHANGELOG.md b/packages/stripe_js/CHANGELOG.md index 8b06bd6c..26c20d5f 100644 --- a/packages/stripe_js/CHANGELOG.md +++ b/packages/stripe_js/CHANGELOG.md @@ -1,4 +1,9 @@ ## 6.2.0 +**Features** +- Add basic support for Expresscheckout on the web + +**Fixes** +- Export elementappearance and element theme ## 6.1.1 diff --git a/packages/stripe_platform_interface/CHANGELOG.md b/packages/stripe_platform_interface/CHANGELOG.md index ad2059fd..2b79cf82 100644 --- a/packages/stripe_platform_interface/CHANGELOG.md +++ b/packages/stripe_platform_interface/CHANGELOG.md @@ -1,6 +1,10 @@ ## 11.2.0 - - **FIX**: #1912 wallet parsing. +**Features** +- Add basic support for Expresscheckout on the web + +**Fixes** +- Export elementappearance and element theme ## 11.1.1 diff --git a/packages/stripe_web/CHANGELOG.md b/packages/stripe_web/CHANGELOG.md index e7f1d550..5804518e 100644 --- a/packages/stripe_web/CHANGELOG.md +++ b/packages/stripe_web/CHANGELOG.md @@ -1,4 +1,9 @@ ## 6.2.0 +**Features** +- Add basic support for Expresscheckout on the web + +**Fixes** +- Export elementappearance and element theme ## 6.1.0 - Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).