如何在 Flutter Web 中实现 Stripe 支付?

How to implement Stripe Payments in Flutter Web?

我正在尝试在我的 Web 应用程序 (Flutter) 中实现 Stripe Payments,但我在 https://pub.dev/ to fulfil my wishes. For my iOS and Android apps I used https://pub.dev/packages/stripe_payment 中找不到任何包,但我看到了一个关于在 Flutter 中使用 JS 进行 Stripe Checkout 的教程。我的问题是,除了如何在 Flutter web 中实现 Stripe Payments 之外,这不是不安全吗?我的意思是我在 HTML 文件中声明了密钥,如果有人右键单击 -> 检查,是否能够看到我的密钥?

你能推荐一个在我的 Flutter Web App 中实现 Stripe Payments 的好方法吗?

ceejayoz 在评论中所说的 - 只要您在您的应用程序中使用可发布密钥 - 而不是您的秘密密钥 - 没问题。