background_service 1.2.1 copy "background_service: ^1.2.1" to clipboard
background_service: ^1.2.1 copied to clipboard

PlatformAndroidiOS
unlisted

background service support for ios and Android, support bluetooth service in background

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add background_service

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

dependencies:
  background_service: ^1.2.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:background_service/background_service.dart';
2
likes
130
pub points
53%
popularity

Publisher

unverified uploader

background service support for ios and Android, support bluetooth service in background

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0, BSD-3-Clause (license)

Dependencies

async, collection, flutter, meta

More

Packages that depend on background_service