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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_speed_monitor

This 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.1

Alternatively, 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';
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