navigation_devtools_shared 0.1.0
navigation_devtools_shared: ^0.1.0 copied to clipboard
Shared protocol models used by the navigation_devtools DevTools extension and its runtime adapters.
auto_route_devtools_shared #
Shared protocol models used by auto_route_devtools.
This package contains the serializable data models (backstack entries, router
tree nodes, navigation commands) exchanged between the auto_route_devtools
runtime observer and its Flutter DevTools panel extension over the VM Service
protocol.
You normally do not depend on this package directly — add
auto_route_devtools instead,
which re-exports what you need.
License #
MIT — see the LICENSE file.