pl_isolate 1.0.1 copy "pl_isolate: ^1.0.1" to clipboard
pl_isolate: ^1.0.1 copied to clipboard

A library to help with isolate communication.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pl_isolate

With Flutter:

 $ flutter pub add pl_isolate

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

dependencies:
  pl_isolate: ^1.0.1

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:pl_isolate/pl_isolate.dart';
1
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A library to help with isolate communication.

Repository (GitHub)
View/report issues

Topics

#isolate #thread

License

unknown (license)

Dependencies

dart_ui_isolate, flutter, nanoid, plugin_platform_interface, synchronized

More

Packages that depend on pl_isolate

Packages that implement pl_isolate