flutter_stetho_interceptor 1.0.1
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.