http_inspector 1.0.4 copy "http_inspector: ^1.0.4" to clipboard
http_inspector: ^1.0.4 copied to clipboard

A lightweight in-app HTTP inspector for Dio — real-time logs, in-app UI, cURL export, and pretty JSON.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_inspector

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

dependencies:
  http_inspector: ^1.0.4

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:http_inspector/http_inspector.dart';
2
likes
135
points
125
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight in-app HTTP inspector for Dio — real-time logs, in-app UI, cURL export, and pretty JSON.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

clipboard, collection, dio, flutter, url_launcher

More

Packages that depend on http_inspector