worker_service 0.7.2+15 copy "worker_service: ^0.7.2+15" to clipboard
worker_service: ^0.7.2+15 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 Dart:

 $ dart 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.2+15

Alternatively, your editor might support dart 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
points
248
downloads

Publisher

verified publishersunnyapp.co

Weekly Downloads

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

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

More

Packages that depend on worker_service