buoy_routes 0.3.0
buoy_routes: ^0.3.0 copied to clipboard
Buoy route inspector for Flutter — a live navigation timeline, a jump-to-route sitemap, and a navigation-stack view for go_router apps, streaming to Buoy Desktop.
0.3.0 #
- Initial release of the Buoy route inspector for Flutter.
- Live navigation timeline: every route change (pathname, params, segments,
timing, visit count) captured via a go_router delegate listener, with a
BuoyRouteObserverfallback for plain-Navigator apps. - Jump-to-route sitemap built from
GoRouter.configuration.routes, normalized to the same route-tree shape@buoy-gg/route-eventsrenders (static / dynamic / catch-all / index / layout / group), with search, stats, and a Home shortcut. - Navigation-stack view: mounted screens, focused route, and Back / Go / Pop-To
actions derived from
RouteMatchList. - Streams to Buoy Desktop / MCP via the route-events sync adapter (protocol v3,
{events, sitemap, stack}) with remotenavigateandstack*actions, matching@buoy-gg/route-eventsfield-for-field.