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

Can be processed using location updates after the application transitions to the background.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add background_task

With Flutter:

 $ flutter pub add background_task

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  background_task: ^0.2.0

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:background_task/background_task.dart';
28
likes
0
points
91
downloads

Publisher

verified publisherneverjp.com

Weekly Downloads

Can be processed using location updates after the application transitions to the background.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on background_task