navlens 0.1.0
navlens: ^0.1.0 copied to clipboard
Runtime navigation visualizer for Flutter — see, inspect and export your app's navigation flow live.
0.1.0 #
Initial release.
NavLensObserver—NavigatorObserverthat records push / pop / replace / remove events.NavLensController— process-wideChangeNotifierholding the timeline, current stack and parent-to-children flow graph.NavLens.wrap— draggable debug overlay, auto-hidden in release builds.- Inspector with three tabs: Current stack, Tree, Timeline.
NavLensJsonExporter— schema-versioned JSON snapshot.NavLensPngExporter— captures the tree view viaRepaintBoundary.toImage.- Rich example app under
example/demonstrating tabs, nested navigation and every navigation primitive.