network_inspector 1.1.3 copy "network_inspector: ^1.1.3" to clipboard
network_inspector: ^1.1.3 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
copied to clipboard

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.3
copied to clipboard

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';
copied to clipboard
30
likes
120
points
8.93k
downloads

Publisher

verified publishermeruyatechnology.com

Weekly Downloads

2024.09.20 - 2025.04.04

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)

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