network_usage_monitor 0.0.1 copy "network_usage_monitor: ^0.0.1" to clipboard
network_usage_monitor: ^0.0.1 copied to clipboard

A Flutter plugin for monitoring network usage across Dart (Dio) and native HTTP traffic with a built-in diagnostic UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_usage_monitor

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  network_usage_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_usage_monitor/network_usage_monitor.dart';
4
likes
120
points
69
downloads

Documentation

API reference

Publisher

verified publisherbnsaed.com

Weekly Downloads

A Flutter plugin for monitoring network usage across Dart (Dio) and native HTTP traffic with a built-in diagnostic UI.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, flutter, http, plugin_platform_interface

More

Packages that depend on network_usage_monitor

Packages that implement network_usage_monitor