package:stream_transform v2.1.1
mosuem
released this
17 Dec 09:47
·
967 commits
to main
since this release
- Require Dart 3.1 or greater
- Forward errors from the
trigger
future through to the result stream in
takeUntil
. Previously an error would have not closed the stream, and instead
raised as an unhandled async error. - Move to
dart-lang/tools
monorepo.