flutter_foreground_service_plugin 0.1.7 copy "flutter_foreground_service_plugin: ^0.1.7" to clipboard
flutter_foreground_service_plugin: ^0.1.7 copied to clipboard

A flutter plugin to create a foreground service with a periodic task in android

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_foreground_service_plugin

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

dependencies:
  flutter_foreground_service_plugin: ^0.1.7

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:flutter_foreground_service_plugin/flutter_foreground_service_plugin.dart';
14
likes
40
pub points
21%
popularity

Publisher

unverified uploader

A flutter plugin to create a foreground service with a periodic task in android

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_foreground_service_plugin