buoy_events 0.3.2 copy "buoy_events: ^0.3.2" to clipboard
buoy_events: ^0.3.2 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.2 #

  • Snapshot payloads are compacted per source, so a heavy field no longer takes the event's type and title with it: state trees, network bodies and headers, GraphQL variables, storage values and route params degrade to a __buoyOmitted marker while the event's summary survives.
  • Fixed: an event whose payload merely SHARED an object reference twice was discarded entirely. Structural sharing is not a cycle — {user, currentUser} pointing at one object is ordinary and encodes fine. Only a confirmed encoding failure truncates now.

0.3.1 #

  • Header search filters the unified timeline live as you type — matches titles, subtitles, and full network URLs; stacks with the source badges.

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 EventSourceAdapter to buoy_shared_ui's eventSourceRegistry at register time (the Dart analog of RN's optional-require auto-discovery), so buoy_events depends 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 exportEvents action drives the same Copy-Settings formatter (markdown / json / plaintext / mermaid, presets llm / bugReport / json / errors / minimal / mermaid) MCP get_events reads.
0
likes
150
points
138
downloads

Documentation

API reference

Publisher

verified publisherbuoy.gg

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

buoy_core, buoy_shared_ui, flutter, shared_preferences

More

Packages that depend on buoy_events