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

outdated

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

flutter_foreground_service_plugin #

What is this plugin? #

This plugin lets you create a foreground service in Android.

Caution:
I have no idea what will happen if you try to run this plugin on IOS

What can you control? #

  1. Set the notification content:
    • title
    • body
    • icon
    • sub text
    • enable / disable sound
    • enable / disable vibration
    • color
  2. Set the notification channel content:
    • id
    • name
    • description
    • importance
    • lockscreen visibility
  3. Refresh the notification content
  4. Execute a task inside the service (runs even when the app is closed)

App example:

14
likes
0
pub points
31%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_foreground_service_plugin