debug_deck 0.2.3
debug_deck: ^0.2.3 copied to clipboard
Drop-in Flutter debug overlay: a Dio network inspector with per-request search, log & error console, FPS/jank monitor, layout grid and app-info snapshot.
Changelog #
0.2.3 #
- Restored the full 20/20 platform-support score by raising the
diolower bound to^5.7.0. Olderdioreleases pulled a web adapter built ondart:html, which is not WASM-compatible;dio5.7.0+ usespackage:web, so the package is now WASM-ready on the web platform.
0.2.2 #
- Full 160/160 pub.dev score: shortened the package description to the 60–180
character range, applied
dart format, and made the package WASM-compatible by moving thedart:ioplatform lookups behind a conditional import (web builds use a stub).
0.2.1 #
- Docs: the README screenshot gallery now uses absolute image URLs so it renders on the pub.dev page (in addition to the Screenshots carousel).
0.2.0 #
- Insight chips on the API detail header — auto-derived
SLOW,SERVER 500,NOT MODIFIED · CACHED,LARGE,UNAUTHORIZEDbadges so problems read at a glance. - Latency colour-banding in the log list (green → amber → red) plus oversized-response flagging, so the slow or heavy call is obvious without opening it.
- The floating bug chip now hides while the full-screen viewer is open, so it no longer overlaps the header.
- Added a runnable
example/app and a five-shot screenshot gallery (README and pub.dev), generated reproducibly via an integration test.
0.1.0 #
- Initial release: network/API inspector, log & error console, performance (FPS/jank) monitor, layout-grid inspector, and a shareable app-info snapshot.
- Per-tab field & body search in the API detail view with highlighted matches, a results list, and prev/next jump-to-match navigation.
- Duplicate API-call detection, and one-tap cURL / JSON / HAR export.
- Fully decoupled from the host: wired through the
DebugToolsfacade and a host-suppliedDebugAppInfo. Master switch viaDebugTools.enabled.