wuchuheng_isolate_channel 0.0.25 copy "wuchuheng_isolate_channel: ^0.0.25" to clipboard
wuchuheng_isolate_channel: ^0.0.25 copied to clipboard

This a library to simplify isolate thread communication.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add wuchuheng_isolate_channel

With Flutter:

 $ flutter pub add wuchuheng_isolate_channel

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

dependencies:
  wuchuheng_isolate_channel: ^0.0.25

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

Import it

Now in your Dart code, you can use:

import 'package:wuchuheng_isolate_channel/wuchuheng_isolate_channel.dart';
2
likes
110
pub points
0%
popularity

Publisher

unverified uploader

This a library to simplify isolate thread communication.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

json_annotation, stack_trace, uuid, wuchuheng_hooks, wuchuheng_task_util

More

Packages that depend on wuchuheng_isolate_channel