network_monitoring 1.0.1
network_monitoring: ^1.0.1 copied to clipboard
Simple Package for 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.1 - 2026-06-03 #
Changed #
- Improved pub.dev package description
- Added pub.dev topics for better discoverability:
dio,network,monitoring,debug,dev-mode
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