network_monitoring 1.0.0
network_monitoring: ^1.0.0 copied to clipboard
Real-time HTTP network monitoring for Flutter apps with breakpoints, dev mode, and a floating overlay.
Changelog #
All notable changes to this project are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2026-06-03 #
Initial release.
Added #
- Dio interceptor that records requests, responses, and errors while monitoring is enabled
- Floating draggable overlay with live request count and paused-request badge
- Request inspector with search, method filters, and tabbed detail views (overview, request, response, JWT)
- Breakpoints to pause matching traffic, edit headers/body, then continue or cancel
- Global pause/resume for all in-flight HTTP traffic
- JWT decoding for
Authorizationandx-auth-tokenheaders in the detail view - Copy and share actions for URL, headers, body, tokens, and full request dumps
- Hidden dev mode unlock via
VersionTapDetectoror customrequestEnableDevModeflows NetworkMonitoringBuilderfor reactive UI driven byNetworkMonitorChangesDevModeOptionsViewfor dev settings- English and Arabic localizations
- Example notes app (
example/) demonstrating Dio integration, JWT auth, and dev-mode unlock