auto_route_devtools 0.2.0
auto_route_devtools: ^0.2.0 copied to clipboard
auto_route adapter for the navigation_devtools DevTools extension — live backstack, router tree, args, and interactive navigation for auto_route apps.
0.2.0 #
- Breaking (internal): rebuilt as an adapter (
AutoRouteAdapter) on top of thenavigation_devtoolscore. The publicAutoRouteDevTools.init/navigationObserver()API is unchanged. - The DevTools panel now ships from the
navigation_devtoolsdependency and its tab is named navigation_devtools; the oldext.autoRouteDevtools.*service extensions were replaced byext.navigationDevtools.*. - Tab routes are tagged with a
tabbadge; pop reports "nothing to pop" in-band at the root.
0.1.0 and earlier #
- Initial release: live backstack, full router tree, route args/params, confirm-gated interactive navigation.