network_monitoring 2.1.0 copy "network_monitoring: ^2.1.0" to clipboard
network_monitoring: ^2.1.0 copied to clipboard

Simple Package for Real-time HTTP network monitoring for Flutter apps with breakpoints, dev mode, and a floating overlay.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_monitoring

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

dependencies:
  network_monitoring: ^2.1.0

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_monitoring/network_monitoring.dart';
0
likes
160
points
175
downloads

Documentation

API reference

Publisher

verified publisheromarfaroke.com

Weekly Downloads

Simple Package for Real-time HTTP network monitoring for Flutter apps with breakpoints, dev mode, and a floating overlay.

Repository (GitHub)
View/report issues

Topics

#dio #network #monitoring #debug #dev-mode

License

MIT (license)

Dependencies

dio, flutter, flutter_localizations, intl, uuid

More

Packages that depend on network_monitoring