flt_worker 0.1.0-dev copy "flt_worker: ^0.1.0-dev" to clipboard
flt_worker: ^0.1.0-dev copied to clipboard

outdated

The flt_worker plugin allows you to schedule and execute Dart-written background tasks in a dedicated isolate, by utilizing the WorkManager API on Android, and the BackgroundTasks API on iOS 13, respectively.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flt_worker

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

dependencies:
  flt_worker: ^0.1.0-dev

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:flt_worker/flt_worker.dart';
28
likes
0
pub points
19%
popularity

Publisher

verified publisherxinthink.com

The flt_worker plugin allows you to schedule and execute Dart-written background tasks in a dedicated isolate, by utilizing the WorkManager API on Android, and the BackgroundTasks API on iOS 13, respectively.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flt_worker