network_speed_monitor 0.0.1
network_speed_monitor: ^0.0.1 copied to clipboard
A pure Dart package to monitor real-time network upload/download speed by tracking actual app traffic. Includes a stream API, quality labels, and a ready-made widget.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add network_speed_monitorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
network_speed_monitor: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:network_speed_monitor/network_speed_monitor.dart';