Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition: Add option to get Current Router/dialog/pushed/pop in debug console in a Nice Looking UI with proper details as much as possible #3189

Open
fisforfaheem opened this issue Aug 23, 2024 · 0 comments

Comments

@fisforfaheem
Copy link

Enhanced Debugging UI for Router/Dialog Stack

Description: I would like to request the addition of a feature that provides a user-friendly and detailed UI in the debug console for tracking the current router state, dialogs, and navigation actions (e.g., push, pop).

Details:

Current Router: Display the active routes with full details, including parameters, names, and paths.
Dialog Stack: Show currently active dialogs and their properties, like type, content, and whether they are modal or non-modal.
Push/Pop Actions: Log each navigation action with details like timestamp, route name, parameters, and source widget.
UI Enhancement: Present this information in a structured and visually appealing manner, making it easier for developers to monitor and debug navigation flows.

Benefits:
Improved Debugging: Easier tracking of complex navigation and dialog flows, especially in apps with nested navigation.
Enhanced Productivity: Less time spent manually tracking routes and dialogs, leading to faster development and debugging cycles.
Clear Insights: A more visual approach to understanding the current app state, reducing the likelihood of missing important navigation-related issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant