简体   繁体   中英

Flutter Inspector Toggle Select Widget mode not working.

I have build a Flutter app solely made of Stateless Widgets.
I run my main.dart (no debug mode) when I toggle the "Toggle Select Widget mode" button, and the widgets tree displays correctly.

Problem : I am able to click ONE widget in my UI, but then

  1. The Widget tree pane does not show the widget I have clicked. There is no change.
  2. Afterwards, I am unable to click/select any other widget.

I have tried:

  • toggling the Select Widget button off and back on
  • rebooting main.dart

I use Android Studio 3.1.2. My emulator is an iPhone 6s virtual device (I have also tried on a Nexus Android device, in vain). Here is a copy of my working screen , should it be useful.

Do you have an idea what I did wrong? Thanks much.

从Android Studio 3.2版(2018年9月17日构建)开始,该问题似乎已解决。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM