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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add buoy_eventsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
buoy_events: ^0.3.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:buoy_events/buoy_events.dart';