flutter / devtools

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

Fork the inspector panel and hide the forked version behind a feature flag #7864

Closed elliette closed 1 month ago

elliette commented 1 month ago

Work towards https://github.com/flutter/devtools/issues/7861

This PR:

I followed these instructions to preserve the git history for the forked files.

Currently the only change between the current inspector panel and the forked version is that the forked version has appends "2.0" to the Widget Tree, Layout Explorer, and Widget Details Tree:

Screenshot 2024-05-30 at 1 50 32 PM

Follow up will be forking the inspector tests as well