api_debugger 0.1.5
api_debugger: ^0.1.5 copied to clipboard
Inspect Dio requests, responses, errors, headers, bodies, and timing in a modern in-app Flutter network debugger.
Changelog #
0.1.5 - 2026-08-23 #
- Replace the linked MP4 demo with an optimized inline animated GIF.
- Add the animated workflow demo to the pub.dev Screenshots gallery.
- Reduce the packaged demo media from approximately 1.6 MB to 247 KB.
0.1.4 - 2026-08-23 #
- Add Network Inspector and request-details screenshots to the README and pub.dev Screenshots gallery.
- Add a linked demo video and configure the first screenshot as the pub.dev package thumbnail.
0.1.3 - 2026-08-23 #
- Redact API keys, authorization values, tokens, secrets, passwords, cookies, session IDs, and custom sensitive fields before logs are stored.
- Add
showApiKeyas an explicit opt-in for viewing raw sensitive values. - Redact sensitive data in URLs, headers, query parameters, request/response bodies, errors, and multipart form fields.
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.
