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

Fix a routing bug caused by disabling an extension #7791

Closed kenzieschmoll closed 4 months ago

kenzieschmoll commented 4 months ago

When on an extension screen, the extension can be disabled from the extensions menu. Without this change, we would show a screen not found error when the extension was disabled. After this change, we will properly navigate to the home screen like we do when a user disables an extension from the initial prompt.