#danielhra
1 messages · Page 1 of 1 (latest)
Hi
I'm using a payment link inside of my flutter application running on top of a webview
You need to avoid doing this, webview is not something recommended to use in Mobile development.
Why not using Stripe SDK with Flutter
This community plugin is a good option for accepting payment with Stripe and Flutter:
https://github.com/flutter-stripe/flutter_stripe
I see, i was just trying to save some time on that