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 #7862

Closed elliette closed 1 month ago

elliette commented 1 month ago

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

This PR:

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

elliette commented 1 month ago

Closing in favor of https://github.com/flutter/devtools/pull/7864 which is identical but preserves the git history of the copied files.