stream_transform 1.2.0 copy "stream_transform: ^1.2.0" to clipboard
stream_transform: ^1.2.0 copied to clipboard

outdated

A collection of utilities to transform and manipulate streams.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stream_transform

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  stream_transform: ^1.2.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:stream_transform/stream_transform.dart';
236
likes
40
pub points
99%
popularity

Publisher

verified publishertools.dart.dev

A collection of utilities to transform and manipulate streams.

Repository
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on stream_transform