Flutter makes it easy and fast to build beautiful apps for mobile and beyond.
android
windows
macos
dart
ios
mobile
web
material-design
desktop
web-framework
app-framework
skia
linux-desktop
fuchsia
cirrus
gitter-badge
dart-platform
twitter-badge
-
Updated
Feb 13, 2021 - Dart
pipeline
should immediately fail withERR_STREAM_DESTROYED
when any of the streams have already been destroyed.Readable
might need a little extra consideration since it's possible to read the data after being destroyed. Should maybe check_readableState.errored
and/or_readableState.ended
.Refs: nodejs/node#29227 (comment)