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

PlatformiOS

A Flutter iOS plugin to begin and end a UI Background task. It helps finishing long tasks up to 30s after the app is pushed to background.

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.2.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';
2
likes
160
points
689
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter iOS plugin to begin and end a UI Background task. It helps finishing long tasks up to 30s after the app is pushed to background.

Repository (GitHub)
View/report issues

Documentation

API reference

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