api_debugger 0.1.2
api_debugger: ^0.1.2 copied to clipboard
Inspect Dio requests, responses, errors, headers, bodies, and timing in a modern in-app Flutter network debugger.
Changelog #
0.1.2 - 2026-08-19 #
- Redesign the API request details dialog with a cleaner header, summary metrics, and framed request/response sections.
- Format request durations in a readable style, such as
4s 1ms. - Restore the Android platform project for the example app.
0.1.1 - 2026-08-19 #
- Update package metadata and installation docs for the
0.1.1release. - Document navigator-key and
MaterialApp.routerintegration paths. - Document debugger availability, initial visibility, runtime switching, and in-memory log limits.
0.1.0 - 2026-08-16 #
- Capture Dio requests, responses, and errors.
- Inspect headers, query parameters, bodies, status codes, and duration.
- Add draggable in-app inspector with modern request and detail views.
- Support both navigator-key and
MaterialApp.routerintegrations. - Add availability, initial visibility, runtime switching, and log limits.