native_workmanager 1.2.5 copy "native_workmanager: ^1.2.5" to clipboard
native_workmanager: ^1.2.5 copied to clipboard

Background task scheduling for Flutter — 25+ native workers (HTTP, image, crypto, file), task chains, zero Flutter Engine overhead.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate native_workmanager

Use it

The package has the following executables:

$ migrate
$ setup_ios

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_workmanager

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

dependencies:
  native_workmanager: ^1.2.5

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:native_workmanager/native_workmanager.dart';
17
likes
160
points
999
downloads

Documentation

API reference

Publisher

verified publisherbrewkits.dev

Weekly Downloads

Background task scheduling for Flutter — 25+ native workers (HTTP, image, crypto, file), task chains, zero Flutter Engine overhead.

Repository (GitHub)
View/report issues
Contributing

Topics

#background #networking #files #images #cryptography

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on native_workmanager

Packages that implement native_workmanager