buoy_console 0.3.0
buoy_console: ^0.3.0 copied to clipboard
Buoy console capture for Flutter — captures print, debugPrint, and uncaught errors in a Chrome-DevTools-style Console panel with level filters, streaming to Buoy Desktop.
0.3.0 #
- Initial release of the Buoy console capture for Flutter.
- Captures
print(viaBuoyConsole.runZoned),debugPrint,FlutterError, and uncaught async errors — all chaining to existing handlers. - 1:1 Chrome-DevTools-style Console panel: level filter chips
(verbose/info/warning/error), text +
/regex/+-excludesearch, repeat collapse,console.groupnesting, Timeline / Grouped layouts, expandable object/array values, and stack traces on error/warn. - Preserve-log persistence across reloads (off by default).
- Streams to Buoy Desktop / MCP via the console sync adapter (protocol v1),
matching
@buoy-gg/console.