flutter_new_foreground_task 1.0.1 copy "flutter_new_foreground_task: ^1.0.1" to clipboard
flutter_new_foreground_task: ^1.0.1 copied to clipboard

discontinued
PlatformAndroidiOS

This plugin is used to implement a foreground service on the Android platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_new_foreground_task

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

dependencies:
  flutter_new_foreground_task: ^1.0.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:flutter_new_foreground_task/flutter_new_foreground_task.dart';
5
likes
130
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin is used to implement a foreground service on the Android platform.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, platform, shared_preferences, shared_preferences_android, shared_preferences_ios

More

Packages that depend on flutter_new_foreground_task

Packages that implement flutter_new_foreground_task