Flutter Web : How to run javascript using dart js
问题 I want to use the Stripe library on the web flutter. But unfortunately, until now there is still no stripe library available for web flutter. Therefore I try to run javascript on the web flutter, where it will call the stripe-js library (https://stripe.com/docs/js/payment_intents/confirm_card_payment). What I want to ask, first, is how to use the javascript library on web flutter? like this : <script src = "https://js.stripe.com/v3/"> </script> Secondly, how do I call the javascript function