background_fetch 1.3.8 copy "background_fetch: ^1.3.8" to clipboard
background_fetch: ^1.3.8 copied to clipboard

Periodic callbacks in the background for both iOS and Android. Includes Android Headless implementation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add background_fetch
copied to clipboard

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

dependencies:
  background_fetch: ^1.3.8
copied to clipboard

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:background_fetch/background_fetch.dart';
copied to clipboard
1.21k
likes
160
points
51.9k
downloads

Publisher

verified publishertransistorsoft.com

Weekly Downloads

2024.09.18 - 2025.04.02

Periodic callbacks in the background for both iOS and Android. Includes Android Headless implementation.

Repository (GitHub)

Topics

#background-task #background

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on background_fetch