workmanager_apple

pub package pub points license

The Apple platform (iOS/macOS) implementation of workmanager.

Description

This package provides the Apple platform-specific implementation for the workmanager plugin, supporting iOS background fetch and BGTaskScheduler APIs for background task execution in Flutter applications on iOS and macOS.

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_apple: ^0.8.0

Documentation

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