buoy 0.3.0
buoy: ^0.3.0 copied to clipboard
Buoy devtools for Flutter — in-app floating devtools that stream live to the Buoy Desktop dashboard. Umbrella package for the Buoy tool suite.
0.3.0 #
- The umbrella now bundles the full tool suite — network, storage, console, env,
routes, images, impersonate, image overlay, events, riverpod, and perf monitor
(previously network only). One
flutter pub add buoywires them all.
0.2.0 #
- Zero-config setup: mount one
BuoyDevToolswidget and installed tools self-register (capture, in-app menu, desktop sync). No manual wiring inmain()needed;Buoy.init/registerBuoyNetworkremain for advanced use. - Buoy broker traffic is auto-excluded from network capture.
0.1.0 #
- Initial beta release.