isolate_handler 1.0.2 copy "isolate_handler: ^1.0.2" to clipboard
isolate_handler: ^1.0.2 copied to clipboard

Effortless isolates abstraction layer with support for inter-isolate communication.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add isolate_handler

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

dependencies:
  isolate_handler: ^1.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:isolate_handler/isolate_handler.dart';
96
likes
130
pub points
89%
popularity

Publisher

verified publishertramontana.co.hu

Effortless isolates abstraction layer with support for inter-isolate communication.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_isolate

More

Packages that depend on isolate_handler