ui_background_task 0.1.3 copy "ui_background_task: ^0.1.3" to clipboard
ui_background_task: ^0.1.3 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.1.3

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';
1
likes
130
pub points
74%
popularity

Publisher

unverified uploader

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