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

retracted

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ui_background_task

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 dart pub get):

dependencies:
  ui_background_task: ^0.1.1

Alternatively, your editor might support dart pub get or 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
0
pub points
74%
popularity

Publisher

unverified uploader

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