buoy_network 0.3.0
buoy_network: ^0.3.0 copied to clipboard
Buoy network inspector for Flutter — captures all dart:io HTTP traffic via HttpOverrides (package:http, dio, images) with an in-app panel and live streaming to Buoy Desktop.
0.3.0 #
- Refactored onto the shared
buoy_shared_uipackage (list/badge/filter widgets, DataViewer, modal chrome now come from there). No change to capture behavior.
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.