flutter / devtools

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

"Exit offline mode" broken when snapshot was loaded from a live connection #5116

Open kenzieschmoll opened 1 year ago

kenzieschmoll commented 1 year ago

When connected to a live app, if you load an offline snapshot and then click “Exit Offline Mode”, the state of the previous connected app is not restored. This might be an issue with routing.

Now that we have integration testing, we can test cover this fix with an integration test so this functionality does not regress.

Screenshot 2023-01-25 at 8 55 19 AM
kenzieschmoll commented 1 year ago

related: https://github.com/flutter/devtools/issues/5047. This may actually be the same issue. 5047 might have been reproduced with a flutter app and this issue was from a dart CLI app connection.