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 [...]

Changelog #

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.


[1.0.3] - 2025-05-18 #

Fix #

  • Demo Gif

[1.0.2] - 2025-05-18 #

Added #

  • Lowered Dart SDK minimum version from >=3.7.0 <4.0.0 to >=2.18.0 <4.0.0 to support a wider range of projects.
  • Added example project with the dio HTTP client.

[1.0.1] - 2025-05-17 #

Added #

  • Readme.md with usage instructions and setup.

[1.0.0] - 2025-05-17 #

Added #

  • Initial release of flutter_stetho_interceptor.
  • Support for intercepting HTTP requests using Dart's HttpClient.
  • Integration with Facebook Stetho for network inspection in Chrome DevTools.
  • Android-only support.
  • StethoFlutter.initialize() for initializing Stetho.
  • Custom HttpOverrides to hook into requests.
  • Request/response monitoring with headers and body streaming.
  • Utility UUID generator and header serialization.
  • Example app demonstrating API calls (fetchJson, fetchImage, fetchError).
  • README with usage instructions and setup.
  • License and pubspec metadata.

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