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

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 Dart:

 $ dart pub add network_monitoring

With Flutter:

 $ flutter pub add network_monitoring

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

dependencies:
  network_monitoring: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
points
185
downloads

Publisher

verified publisheromarfaroke.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, flutter_localizations, intl, share_plus, uuid

More

Packages that depend on network_monitoring