dio_network_inspector 0.1.2 copy "dio_network_inspector: ^0.1.2" to clipboard
dio_network_inspector: ^0.1.2 copied to clipboard

An in-app network inspector for Dio — inspect, filter, and export HTTP traffic from inside your Flutter app. No plugins, no state-management lock-in.

0.1.2 #

  • Fix README screenshots not rendering on pub.dev.

0.1.1 #

  • Documentation only: trimmed the README. No API or behaviour changes.

0.1.0 #

Initial release.

  • Dio interceptor capturing every request, response and error.
  • Bounded in-memory store (default 500 calls) with pause and clear.
  • Filter by HTTP method, status-code prefix, errors-only, and URL substring.
  • Call detail view with pretty-printed JSON bodies and header tables.
  • cURL export with automatic redaction of common auth headers.
  • JSON export of the whole captured session.
  • Themed from the host app's ColorScheme, with per-slot overrides via InspectorTheme. Light and dark supported.
  • No plugin dependencies and no state-management dependency.
0
likes
140
points
117
downloads

Documentation

API reference

Publisher

verified publishershule.edu.ug

Weekly Downloads

An in-app network inspector for Dio — inspect, filter, and export HTTP traffic from inside your Flutter app. No plugins, no state-management lock-in.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on dio_network_inspector