workmanager_android

pub package pub points license

The Android implementation of workmanager.

Description

This package provides the Android-specific implementation for the workmanager plugin, wrapping Android's WorkManager API to enable background task execution in Flutter applications.

Usage

This package is endorsed, which means you can simply use workmanager normally. This package will be automatically included in your app when you do, so you do not need to add it to your pubspec.yaml.

However, if you import this package directly, you should add it to your pubspec.yaml:

dependencies:
  workmanager_android: ^0.8.0

Documentation

For detailed setup instructions, usage examples, and API documentation, please refer to the main workmanager package documentation.