network_inspector 1.1.0 copy "network_inspector: ^1.1.0" to clipboard
network_inspector: ^1.1.0 copied to clipboard

Http inspector / logger for Dio and Http package. This package would allow you to log every Http request, response, and error from Dio & Http.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_inspector

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

dependencies:
  network_inspector: ^1.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_inspector/network_inspector.dart';
25
likes
120
pub points
81%
popularity

Publisher

verified publishermeruyatechnology.com

Http inspector / logger for Dio and Http package. This package would allow you to log every Http request, response, and error from Dio & Http.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

analyzer, collection, dio, flutter, http, intl, provider, share_plus, sqflite

More

Packages that depend on network_inspector