flutter_http_watcher 1.0.1 copy "flutter_http_watcher: ^1.0.1" to clipboard
flutter_http_watcher: ^1.0.1 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.1 #

  • Rename public API to match package name:
    • NetworkInspectorOverlayHttpWatcherOverlay
    • NetworkInspectorHttpClientHttpWatcherClient
    • NetworkLoggerHttpWatcherLogger

1.0.0 #

  • Initial release of flutter_http_watcher.
  • HttpWatcherOverlay — draggable floating button overlay with live connectivity dot.
  • NetworkLogger — singleton ChangeNotifier log store with pause/resume support.
  • HttpWatcherClient — automatic http package adapter.
  • Manual logRequest API 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).
  • navigatorKey is required — works correctly above the Navigator (GetX, go_router, etc.).
  • Debug-only: zero overhead in release builds.
1
likes
0
points
470
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight in-app network inspector for Flutter. Floating draggable button with full request/response viewer. Works with any HTTP client.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, share_plus

More

Packages that depend on flutter_http_watcher