We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a5e7a commit 62bc13bCopy full SHA for 62bc13b
pkgs/stream_transform/example/main.dart
@@ -16,7 +16,7 @@ void main() {
16
.tap((v) {
17
print('Saw: $v');
18
}).forEach((v) {
19
- output.text = v;
+ output.textContent = v;
20
});
21
}
22
0 commit comments