flutter_route_inspector 1.0.6
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/mainfor inline images,blob/mainlinks 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/clearTabLabelfor bottom navigation and other tab switches that do not push a route.
0.1.0 #
- Initial release:
NavigatorObserverintegration, 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.