http_inspect_view 1.0.0
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_viewThis 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.0Alternatively, 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';