-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
Use case
Hi,
the new Flutter Inspector is an overall improvement, but the old one was a bit better for my app when it comes to the "Select Widget Mode".
When I activate it, my app reloads the current view. So, when something, like a MenuAnchor, was opened, it will be closed again.
This happens due to a third party widget in my tree.
In the old Flutter Inspector you could still interact with the app when the select widget mode was enabled.
In the new Flutter Inspector you cannot interact with anything anymore, just select widgets. So I cannot open the MenuAnchor and then select it, because the app will reload when enabled the select widget mode.
It would be great if there was a possibility to enable the Select Widget Mode and, probably with another checkbox or so, enable interaction with the app.