isolate_helper 0.2.0 copy "isolate_helper: ^0.2.0" to clipboard
isolate_helper: ^0.2.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.2.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
110
pub points
65%
popularity

Publisher

unverified uploader

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