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

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

async, collection, equatable, isolates, js, logging, logging_config, meta, sunny_dart

More

Packages that depend on worker_service