Skip to content

package:stream_transform v2.1.1

Compare
Choose a tag to compare
@mosuem mosuem released this 17 Dec 09:47
· 967 commits to main since this release
46cc745
  • 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.