flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.58k stars 324 forks source link

Inspector Details not in sync with Layout page #1423

Open albertusdev opened 4 years ago

albertusdev commented 4 years ago

The new Layout feature in the Inspector Screen details tab enables changing Flex-based widget's renderObject interactively during runtime, but current details tree will always show the render object values before the change happened in the Layout details tab.

jacob314 commented 4 years ago

There is a general issue that the details tree doesn't update without clicking the refresh button.