flutter_network_debugger 0.0.3 copy "flutter_network_debugger: ^0.0.3" to clipboard
flutter_network_debugger: ^0.0.3 copied to clipboard

A flutter package to monitor HTTP requests and socket network traffic in debug mode with an interactive UI overlay.

0.0.3 #

Features #

  • 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

Documentation #

  • Added comprehensive dartdoc comments to all public API elements (>20% coverage)
  • Documented classes, methods, properties, and parameters with usage examples
  • Added library-level documentation with setup and integration guides

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.
0
likes
160
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flutter package to monitor HTTP requests and socket network traffic in debug mode with an interactive UI overlay.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on flutter_network_debugger