flutter_stripe package doesn't work in flutter web

72 Views Asked by At

I have implemented the flutter_stripe package with flutter and it works fine in mobile but when tested on web I always get this error :

You may test your Stripe.js integration over HTTP. However, live Stripe.js integrations must use HTTPS.

Also I have the flutter_stripe_web package added to pubspec.yaml, My website already has https and the payment node.js code is hosted on firebase functions, so what am I doing wrong?

0

There are 0 best solutions below