devtools
devtools copied to clipboard
Messages should disappear when connection state changes.
Steps to repro:
- Run DevTools with experiments
- Connect to an app in debug mode
- Open memory screen
- See popup message
- Do not close the message
- Switch to tab 'Flutter DevTools'
- Disconnect from an app
- Open memory screen again
- Actual: find message is still here; expected: the message should disappear because state changed
@kenzieschmoll
What do you think is right place to fix this?