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

Move some common widgets and utilities to `devtools_app_shared` #7979

Closed kenzieschmoll closed 3 months ago

kenzieschmoll commented 3 months ago

This PR moves some widgets out of devtools_app to devtools_app_shared so that DevTools extension authors can use them. No functional changes here, just moving code around and changed a couple methods that returned widgets to be helper widgets.

Addresses part of https://github.com/flutter/devtools/issues/7793