flutter_network_debugger 0.1.0
flutter_network_debugger: ^0.1.0 copied to clipboard
A flutter package to monitor HTTP requests and socket network traffic in debug mode with an interactive UI overlay.
0.1.0 #
- Redesigned layout and improved typography.
- Added URL copy functionality in the call details screen.
- Added an interactive collapsible JSON tree viewer with a raw/pretty toggle for large payloads.
0.0.3 #
- Redesigned network monitor screen with improved visual hierarchy and modern styling
- Search network calls by URL, HTTP method, or status code with real-time filtering
- Search within request/response JSON with syntax highlighting
- Built-in preview for image responses directly in the call details
- Export all captured network calls as JSON for analysis and sharing
- Copy individual requests as cURL commands for easy testing
0.0.2 #
- Update repository URL to use kebab-case naming on GitHub.
0.0.1 #
- Initial release.
- Added support for HTTP requests interception using Dio.
- Added manual logging for Sockets and WebSockets.
- Included a floating action button UI for viewing requests in real-time.