flutter / devtools

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

Show a screen unavailable message for disabled screens. #7958

Closed kenzieschmoll closed 1 week ago

kenzieschmoll commented 1 week ago

When a first party DevTools screen is loaded but is not available for the current app, we now show a message explaining why. Before we just silently navigated to a different screen or showed a blank page when embedded.

Now, we show this: Screenshot 2024-06-20 at 3 40 27 PM

Embedded mode (hide the navigate home button in this case): Screenshot 2024-06-20 at 3 39 21 PM

Fixes https://github.com/flutter/devtools/issues/7879