Skip to content

Commit

Permalink
chore release 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Remon committed Oct 8, 2024
1 parent 9ccd3d1 commit 27d1631
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,18 @@ For card scanning add the following to your Info.plist:
<string>To scan cards</string>
```

#### 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:

- Create paymentmethod
- 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

Expand Down
6 changes: 6 additions & 0 deletions packages/stripe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 5 additions & 2 deletions packages/stripe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,18 @@ For card scanning add the following to your Info.plist:
<string>To scan cards</string>
```

#### 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:

- Create paymentmethod
- 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

Expand Down
1 change: 1 addition & 0 deletions packages/stripe_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
1 change: 1 addition & 0 deletions packages/stripe_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
5 changes: 5 additions & 0 deletions packages/stripe_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 5 additions & 1 deletion packages/stripe_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 5 additions & 0 deletions packages/stripe_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 27d1631

Please sign in to comment.