ui_background_task 0.3.0 copy "ui_background_task: ^0.3.0" to clipboard
ui_background_task: ^0.3.0 copied to clipboard

PlatformiOS

A Flutter plugin for extending short-running iOS work after an app enters the background, with CocoaPods and Swift Package Manager support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ui_background_task

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

dependencies:
  ui_background_task: ^0.3.0

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:ui_background_task/ui_background_task.dart';
3
likes
160
points
1.24k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for extending short-running iOS work after an app enters the background, with CocoaPods and Swift Package Manager support.

Repository (GitHub)
View/report issues

Topics

#background-task #flutter-plugin #ios

License

MIT (license)

Dependencies

flutter, plugin_platform_interface, stop_watch_timer

More

Packages that depend on ui_background_task

Packages that implement ui_background_task