background_service_easy 1.0.0 copy "background_service_easy: ^1.0.0" to clipboard
background_service_easy: ^1.0.0 copied to clipboard

discontinued
PlatformAndroid

A Flutter package for simplified background service management using 'flutter_background_service'.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add background_service_easy

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

dependencies:
  background_service_easy: ^1.0.0

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_easy/background_service_easy.dart';
5
likes
150
points
16
downloads

Publisher

verified publisherdilipyadav.xyz

Weekly Downloads

A Flutter package for simplified background service management using 'flutter_background_service'.

Repository

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_background_service, flutter_background_service_android, flutter_background_service_ios

More

Packages that depend on background_service_easy