Sign in
dart
/
tools.git
/
05740a16
/
.
/
pkgs
/
stream_transform
/
README.md
blob: ecab8a4e23bdc3160fd55cfae95633a519967789 [
file
] [
log
] [
blame
] [
view
]
Contains
utility methods to create
`StreamTransfomer`
instances to manipulate
Streams
.
# buffer
Collects
values
from
a source stream
until
a
`trigger`
stream fires
and
the
collected values are emitted
.