1. Host a bridge HTML page
Host this page yourself (e.g. as a static file on your own domain) — it embeds the CDN script and posts SDK events back through a JavaScript channel namedReepleChannel.
reeple-checkout.html
WebView (see below).
2. Load it from Flutter
pubspec.yaml
checkout_screen.dart
Verify the payment on your server using the
reference from the success payload — see Callbacks & Verification. Never mark an order paid based solely on the WebView message.