transform_in_isolate 0.1.3 copy "transform_in_isolate: ^0.1.3" to clipboard
transform_in_isolate: ^0.1.3 copied to clipboard

Simple helper to run stream transformation through newly spawned isolate.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add transform_in_isolate

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

dependencies:
  transform_in_isolate: ^0.1.3

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:transform_in_isolate/transform_in_isolate.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Simple helper to run stream transformation through newly spawned isolate.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

More

Packages that depend on transform_in_isolate