flutter_stetho_interceptor 1.0.3
flutter_stetho_interceptor: ^1.0.3 copied to clipboard
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.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.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.