buoy_events 0.3.0
buoy_events: ^0.3.0 copied to clipboard
Buoy unified events timeline for Flutter — one chronological stream aggregating every other Buoy tool's events with source badges, filters, detail views, and MCP export.
0.3.0 #
- Initial release of the Buoy unified events timeline for Flutter.
- Aggregator tool — captures nothing itself; each source tool (buoy_network /
buoy_storage / buoy_routes) contributes an
EventSourceAdaptertobuoy_shared_ui'seventSourceRegistryat register time (the Dart analog of RN's optional-require auto-discovery), sobuoy_eventsdepends on nothing tool-specific. - One chronological (newest-first) timeline interleaving every source, with per-source filter badges (subscriber + event counts), SOURCE tags, and the tools' REAL detail views — a network event opens the same NetworkDetailView the Network tool shows, with the shared Ignore-Domain / Ignore-URL toggles that hide matches from both tools.
- Enabled-source badges + capturing toggle persist (
@react_buoy_events_*keys, matching@buoy-gg/events). - LLM/MCP export via the events sync adapter (protocol v2): the
exportEventsaction drives the same Copy-Settings formatter (markdown / json / plaintext / mermaid, presets llm / bugReport / json / errors / minimal / mermaid) MCPget_eventsreads.