dio_spy 0.0.1
dio_spy: ^0.0.1 copied to clipboard
A lightweight Dio HTTP inspector with clean minimal UI.
Changelog #
0.0.1 - 2026-02-12 #
Initial Release #
A lightweight HTTP inspector for Dio with a clean minimal UI.
Features
- Automatic HTTP request/response capture via Dio interceptor
- Shake gesture to open inspector
- Clean UI with request/response details viewer
- Copy as cURL command
- Collapsible JSON tree viewer
- Request timing and response size tracking
- Quick filter by URL, HTTP method and status code
- In-memory circular buffer storage (configurable, default: 1000 calls)
Requirements
- Dart SDK:
^3.0.0 - Flutter:
>=3.10.0 - Dio:
>=5.0.0 <6.0.0