flutter_http_watcher 1.0.0
flutter_http_watcher: ^1.0.0 copied to clipboard
A lightweight in-app network inspector for Flutter. Floating draggable button with full request/response viewer. Works with any HTTP client.
1.0.0 #
- Initial release of
flutter_http_watcher. NetworkInspectorOverlay— draggable floating button overlay with live connectivity dot.NetworkLogger— singleton ChangeNotifier log store with pause/resume support.NetworkInspectorHttpClient— automatichttppackage adapter.- Manual
logRequestAPI for any HTTP client. - Share button in the detail screen — shares the full request/response as plain text.
- Copy button on every section (summary, headers, body).
navigatorKeyis required — works correctly above the Navigator (GetX, go_router, etc.).- Debug-only: zero overhead in release builds.