I'm on Flutter master, and connected to a web app. I'm using DevTools shipped with Flutter as opposed to running it locally.
- Whenever I type a
., I see the error "Scope variables are not supported for web applications", eg myRecord., mySet.. The first time this warning appears, what I'm typing disappears. After that the warning keeps getting appended to the line above what I'm typing.
