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.
0.0.1 #
- Initial release
NetworkSpeedMonitorwith stream APINetworkSpeedSnapshotdata model with formatting helpersNetworkQualityenum with labels and iconsQualityThresholdswith configurable Kbps cutoffsNetworkSpeedIndicatorwidget withcard,compact, anddotstyles- Android: reads
/proc/net/devfor real traffic bytes - Other platforms: HTTP probe via Cloudflare speed endpoint
- Full unit test coverage for models and monitor lifecycle