network_speed_monitor 0.0.1 copy "network_speed_monitor: ^0.0.1" to clipboard
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
  • NetworkSpeedMonitor with stream API
  • NetworkSpeedSnapshot data model with formatting helpers
  • NetworkQuality enum with labels and icons
  • QualityThresholds with configurable Kbps cutoffs
  • NetworkSpeedIndicator widget with card, compact, and dot styles
  • Android: reads /proc/net/dev for real traffic bytes
  • Other platforms: HTTP probe via Cloudflare speed endpoint
  • Full unit test coverage for models and monitor lifecycle
3
likes
150
points
141
downloads

Documentation

API reference

Publisher

verified publishergauravchaudhary.dev

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#network #speed #monitoring #flutter #internet

License

MIT (license)

Dependencies

flutter

More

Packages that depend on network_speed_monitor