flutter_stetho_interceptor 1.0.3 copy "flutter_stetho_interceptor: ^1.0.3" to clipboard
flutter_stetho_interceptor: ^1.0.3 copied to clipboard

PlatformAndroid

A Flutter plugin to inspect HTTP and HTTPS API requests directly in Chrome DevTools using Facebook's Stetho. It helps visualize network calls, headers, body and responses directly in Chrome. This plug [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_stetho_interceptor

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

dependencies:
  flutter_stetho_interceptor: ^1.0.3

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:flutter_stetho_interceptor/flutter_stetho_interceptor.dart';
2
likes
140
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to inspect HTTP and HTTPS API requests directly in Chrome DevTools using Facebook's Stetho. It helps visualize network calls, headers, body and responses directly in Chrome. This plugin is Android-only and built on top of Facebook's Stetho SDK and inspired by the now-discontinued flutter_stetho package.

Repository (GitHub)
View/report issues

Topics

#debugging #flutter-inspector #dio-http-inspector #flutter-stetho #api-inspector

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_stetho_interceptor