Skip to content

Commit

Permalink
FIX: #1279 add supported methods for the web in the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Remon committed Jun 12, 2023
1 parent 0abc55b commit 8c532fb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,15 @@ You will also need to update in your Podfile:

`platform :ios, '13.0'`


#### Web (Experimental)

Now you can use Stripe with Flutter web! Notice right now it is highly experimental and only a subset of features is implemented.
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)

To use Stripe on web, it is required to add `flutter_stripe_web` in your pubspec file

Expand Down

0 comments on commit 8c532fb

Please sign in to comment.