skip to Main Content

image

I am using android studio.

Every time I click a widget in the inspector window, a popup pops up, which is very annoying.

Please tell me how to disable popup.

2

Answers


  1. To disable focusing on widget tree uncheck this

    enter image description here

    Uncheck on Open Flutter Inspector view on app launch

    enter image description here

    Login or Signup to reply.
  2. One of the options is disabled JxBrowser… Preferences > Languages & Frameworks > Flutter uncheck "Enable embedding DevTools in the Flutter Inspector tool window". After that another browser will be used. Icons will be different but the essence remains the same…
    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search