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

A Flutter plugin to inspect HTTP(S) API requests directly in Chrome DevTools using Facebook's Stetho. This plugin is Android-only and built on top of Facebook's Stetho SDK and inspired by the now-disc [...]

Changelog #

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

This project adheres to Semantic Versioning.


1.0.0 - 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.

3
likes
0
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to inspect HTTP(S) API requests directly in Chrome DevTools using Facebook's Stetho. 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

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_stetho_interceptor

Packages that implement flutter_stetho_interceptor