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

A debug-only HTTP inspector for Flutter apps. Intercepts every Dio request/response, shows OS notifications per request, and lets you shake the device to open a full log viewer — with no widget wrappe [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_inspect_view

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

dependencies:
  http_inspect_view: ^1.0.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:http_inspect_view/http_inspect_view.dart';
0
likes
130
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A debug-only HTTP inspector for Flutter apps. Intercepts every Dio request/response, shows OS notifications per request, and lets you shake the device to open a full log viewer — with no widget wrapper required.

Homepage

License

MIT (license)

Dependencies

dio, flutter, flutter_local_notifications, sensors_plus, share_plus

More

Packages that depend on http_inspect_view