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

PlatformiOS

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

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
120
pub points
74%
popularity

Publisher

unverified uploader

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

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