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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
101
likes
160
points
1.25k
downloads

Publisher

verified publishertramontana.co.hu

Weekly Downloads

2024.09.11 - 2025.03.26

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

Homepage

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_isolate

More

Packages that depend on isolate_handler