auto_route_devtools 0.1.0
auto_route_devtools: ^0.1.0 copied to clipboard
Flutter DevTools extension for auto_route — inspect the live backstack, full router tree, route args, and navigate interactively.
0.1.0 #
Initial release — a Flutter DevTools panel extension for auto_route.
- Live backstack with the active route highlighted across nested routers.
- Router inspector with a Tree view and an Android-Studio-style Graph view (nesting + dashed redirect edges, initial-route markers, guard badges, live backstack highlighting).
- Route details — path params, query params, and args-type/preview per route.
- Interactive navigation — confirm-gated
navigate/pop, path-parameter entry for parameterized routes, absolute-path navigation for nested routes, and failure reasons shown in-panel.