network_logger_custom 1.0.2 copy "network_logger_custom: ^1.0.2" to clipboard
network_logger_custom: ^1.0.2 copied to clipboard

A custom network logger for Flutter applications using Dio, featuring a built-in UI for real-time traffic monitoring and inspection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_logger_custom

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

dependencies:
  network_logger_custom: ^1.0.2

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_logger_custom/network_logger_custom.dart';
1
likes
160
points
102
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A custom network logger for Flutter applications using Dio, featuring a built-in UI for real-time traffic monitoring and inspection.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cupertino_icons, dio, flutter

More

Packages that depend on network_logger_custom