isolate_helper 0.1.0 copy "isolate_helper: ^0.1.0" to clipboard
isolate_helper: ^0.1.0 copied to clipboard

Flutter library to help using long run isolates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add isolate_helper

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

dependencies:
  isolate_helper: ^0.1.0

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_helper/isolate_helper.dart';
4
likes
135
points
468
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter library to help using long run isolates.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on isolate_helper