Integrate SpeedOf.Me speed testing into your Flutter app using webview_flutter. The test page runs in a WebView and reports every event back to Dart, so your native UI can display progress and results alongside it.
Works on both iOS and Android with a single Dart codebase.
The HTML page you host on your own domain. It loads in the WebView, runs the speed test, and sends results back to Flutter via the SpeedTest.postMessage JavaScript channel.
Complete Dart screen widget with WebViewController, JavaScriptChannel setup, and native UI for displaying results.