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

retractedoutdated

A Flutter iOS plugin to begin/end a ui background task.

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.1

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
0
points
752
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter iOS plugin to begin/end a ui background task.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface, stop_watch_timer

More

Packages that depend on ui_background_task

Packages that implement ui_background_task