Events Timeline

See every event across all your dev tools in one chronological timeline. Debug complex user flows by watching network requests, storage changes, state updates, and navigation happen in real-time.

Unified Event Timeline

Unified Event Timeline

See all app events in one place—network requests, storage changes, navigation, and renders. Filter by type and export for debugging.

Installation

sh
flutter pub add buoy_events
flutter pub add buoy_events

Events Timeline automatically aggregates from all installed Buoy tools. No additional setup required — each tool registers its own event source when it registers itself.


Event Sources

SourceEvents
Networkevery HTTP request with status and timing
Storageevery persisted write with diffs
Routesevery navigation with params
Riverpodevery provider state change

Auto-detection — If you have the tool installed, its events automatically appear in the timeline.


What You Can Do

  • One interleaved timeline — newest-first, across all installed source tools.
  • Per-source filters — toggle a source on/off with live subscriber + event counts.
  • Real detail views — a network event opens the same detail page the Network tool shows, including the shared ignore-domain / ignore-URL toggles that hide matches from both lists.
  • Capture toggle + export — pause capture, and copy as markdown, JSON, plaintext, or a mermaid diagram.

LLM Export

Copy your event timeline in formats optimized for AI assistants. Reproduce a bug, export, and paste into Claude or ChatGPT with your question — or skip the copy-paste entirely and let an agent read it live with the MCP server's get_events.


What's Next