network_usage_monitor 0.0.1
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_monitorThis 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.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_usage_monitor/network_usage_monitor.dart';