navlens 0.1.0 copy "navlens: ^0.1.0" to clipboard
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.

  • NavLensObserverNavigatorObserver that records push / pop / replace / remove events.
  • NavLensController — process-wide ChangeNotifier holding 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 via RepaintBoundary.toImage.
  • Rich example app under example/ demonstrating tabs, nested navigation and every navigation primitive.
0
likes
160
points
106
downloads

Documentation

API reference

Publisher

verified publisherdovlet.dev

Weekly Downloads

Runtime navigation visualizer for Flutter — see, inspect and export your app's navigation flow live.

Repository (GitHub)
View/report issues

Topics

#navigation #debugging #devtools #visualization #observer

License

MIT (license)

Dependencies

flutter

More

Packages that depend on navlens