network_logger_custom 1.0.2 copy "network_logger_custom: ^1.0.2" to clipboard
network_logger_custom: ^1.0.2 copied to clipboard

A custom network logger for Flutter applications using Dio, featuring a built-in UI for real-time traffic monitoring and inspection.

1.0.2 #

  • Bugfix: Fixed missing handler.next() calls in onResponse and onError of DioNetworkLogger, which caused the Dio interceptor chain to break — responses and errors were silently swallowed instead of being forwarded to callers.

1.0.1 #

  • Improved dependency compatibility (Dio ^5.2.0, Cupertino Icons ^1.0.0).
  • Cleaned up library documentation and metadata for pub.dev.
  • Resolved various static analysis warnings for better score.

1.0.0 #

  • Initial release.
  • Features:
    • Custom Dio Interceptor for capturing network telemetry.
    • Draggable floating action button overlay.
    • Detailed log inspection screen (Request, Response, Headers, Error).
    • cURL command export.
    • Real-time search/filtering within logs.
1
likes
160
points
102
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A custom network logger for Flutter applications using Dio, featuring a built-in UI for real-time traffic monitoring and inspection.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cupertino_icons, dio, flutter

More

Packages that depend on network_logger_custom