Closed
Description
Steps to repro:
- Run a Flutter web app
- Open DevTools debugger
- Trigger a hot-restart
Expected behavior:
web app restarts
Actual behavior:
web app freezes, hitting resume button does not unfreeze web app
I've managed to reproduce this on a couple web apps. I'm on Flutter main
. I need to do more investigation to figure out when this started, and if it's related to changes in DevTools or package:dwds
, etc.
FYI @bkonyi