worker_service 0.5.1 copy "worker_service: ^0.5.1" to clipboard
worker_service: ^0.5.1 copied to clipboard

outdated

A flutter package that works for native/web, and allows the creation of workers that offload work into a potentially parallel space

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add worker_service

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

dependencies:
  worker_service: ^0.5.1

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:worker_service/worker_service.dart';
4
likes
0
pub points
29%
popularity

Publisher

verified publishersunnyapp.co

A flutter package that works for native/web, and allows the creation of workers that offload work into a potentially parallel space

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, isolate, pedantic

More

Packages that depend on worker_service