fahadappguy
fahadappguy
I solved this issue here https://github.com/fahadappguy/flutter_stripe.git For now, you can use the following solution. dependencies: flutter_stripe: ^5.1.0 flutter_stripe_web: ^1.3.0 dependency_overrides: flutter_stripe_web: git: url: https://github.com/fahadappguy/flutter_stripe.git path: packages/stripe_web
> ../…/lib/stripe_checkout.dart:19 You are trying to run the example and yes there's such kind of issues. Try with a new project or remove this param "stripeAccountId: stripeAccountId".
Hey, I have tried it in a very simple way and it's working fine on Android but not working for Web. May be it will help you. ``` CardField( enablePostalCode:...