Skip to content

Search mode for Flutter Widget inspector missing #9136

@angjelkom

Description

@angjelkom

By default when it comes to Flutter Web, every time you toggle Select Widget Mode, it resets the state.

Although a bit annoying this wasn't a big issue and the Select Widget Mode worked like this:

  1. Toggle Select Widget Mode ON -> State resets (Page refreshes)
  2. Click on any part of the Page -> Widget Gets selected
  3. Click on any part of the Page again -> Select Mode was OFF, a magnifying glass icon shows bottom left, you can interact with the widgets
  4. Click on the Search icon (Magnifying glass)
  5. Click on any part of the Page again -> Widget Gets selected

This was working well as it allowed us to select a widget in the state/flow we created as toggling Select Widget Mode triggers a page refresh.

Now:

  1. Toggle Select Widget Mode ON -> State resets (Page refreshes)
  2. Click on any part of the Page -> Widget Gets selected
  3. No Search icon (magnifying glass) shown -> no way to interact with the widgets to get the to desired state/flow
  4. Click on any part of the Page -> Widget Gets selected

This way we are not able to get to the desired state/flow in our page, and toggling Select Widget Mode triggers a page refresh

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions