From 8c532fbc03d6eb4d454e5366c165e28e7399dd2a Mon Sep 17 00:00:00 2001 From: Remon <> Date: Mon, 12 Jun 2023 20:37:25 +0100 Subject: [PATCH] FIX: #1279 add supported methods for the web in the readme file --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5e78974c..b615c318f 100644 --- a/README.md +++ b/README.md @@ -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