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

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 Dart:

 $ dart pub add worker_service

With Flutter:

 $ flutter pub add worker_service

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

dependencies:
  worker_service: ^0.7.4

Alternatively, your editor might support dart pub get or 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
100
pub points
22%
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

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, collection, dartxx, equatable, isolates, js, logging, logging_config, meta, uuid

More

Packages that depend on worker_service