dio_network_inspector 0.1.2
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 viaInspectorTheme. Light and dark supported. - No plugin dependencies and no state-management dependency.