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.

See all app events in one place—network requests, storage changes, navigation, and renders. Filter by type and export for debugging.
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.
| Source | Events |
|---|---|
| Network | every HTTP request with status and timing |
| Storage | every persisted write with diffs |
| Routes | every navigation with params |
| Riverpod | every provider state change |
Auto-detection — If you have the tool installed, its events automatically appear in the timeline.
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.