flutter / devtools

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

Support property editing from the Flutter Inspector #1948

Open ngankt2 opened 4 years ago

ngankt2 commented 4 years ago

this is not an isusse image

This is not a bug, rather it is a suggestion for a new feature on Devtools. I think, if it is possible to edit the properties at the "Flutter Inspector" screen and display them on the simulator screen, then that's great.

kenzieschmoll commented 1 month ago

Other related requests / comments:

From Codemate's DevTools usability and design review (issue)

Explore trying out different values in the details tree We suggest exploring the possibility to be able to try different values for widgets from the details tree as well. Similar to Flutter's experimental HotUI feature or Chrome’s CSS editor. This would allow users to quickly experiment with, for instance, changing font sizes or colors from within the DevTools."

Request to "Change a property or theme inline" from https://github.com/flutter/devtools/issues/443