flutter_route_inspector 1.0.6 copy "flutter_route_inspector: ^1.0.6" to clipboard
flutter_route_inspector: ^1.0.6 copied to clipboard

Universal navigation debugger: route timeline, screen time, duplicate-push hints, exports, and a draggable overlay. Works with Navigator 1/2, GetX, GoRouter, and AutoRoute.

Changelog #

1.0.6 #

  • README Screenshots use absolute GitHub URLs (raw/main for inline images, blob/main links for each asset) so graphics render on pub.dev and GitHub.

1.0.5 #

  • README Screenshots section with package assets/ for pub.dev.

0.1.4 #

  • After Export, a short in-HUD banner (“Copied to clipboard” / failure) shows for 2.5 seconds then disappears automatically.
  • Tap anywhere on the header (not only the chevron) to expand or collapse the panel.

0.1.3 #

  • Export / Clear taps were blocked by the parent pan gesture; drag/long-press now apply only to the header bar so buttons and the list work.
  • Export copies the plain-text log to the system clipboard and logs a short confirmation (no longer dumps the full log into the console).

0.1.2 #

  • Overlay header shows current route (and tab) when collapsed instead of a static title.
  • Bubble position is clamped so it cannot be dragged fully off-screen.
  • Long-press the bubble, then drag it to the bottom remove strip (Messenger-style) to hide the HUD; use FlutterRouteInspector.presentOverlay() to show again.

0.1.1 #

  • initialize(showScreenTimeOnOverlay: …) to hide [screen: …s] in the overlay list only (exports still include timings).
  • reportTabChange / auxiliaryLabel / clearTabLabel for bottom navigation and other tab switches that do not push a route.

0.1.0 #

  • Initial release: NavigatorObserver integration, route name resolution with fallbacks, in-memory timeline, screen-time estimates, duplicate-push hints, plain-text and JSON-lines export, and optional draggable debug overlay.
3
likes
160
points
59
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Universal navigation debugger: route timeline, screen time, duplicate-push hints, exports, and a draggable overlay. Works with Navigator 1/2, GetX, GoRouter, and AutoRoute.

Repository (GitHub)
View/report issues

Topics

#navigation #debugging #logging #observer

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_route_inspector