SpeedOf.Me API - Flutter

Integrate SpeedOf.Me speed testing into your Flutter app using webview_flutter. The API runs in a hidden WebView while your native UI displays the results.

Works on both iOS and Android with a single Dart codebase.

WebView Bridge (HTML)

The HTML page that loads in the hidden WebView, runs the speed test, and sends results back to Flutter via SpeedTest.postMessage JavaScript channel.

View HTML

Flutter Screen (Dart)

Complete Dart screen widget with WebViewController, JavaScriptChannel setup, and native UI for displaying results.

View Dart Code