JulianAssmann / flutter_background

A flutter plugin to keep apps running in the background via foreground services. Android only.
https://pub.dev/packages/flutter_background
MIT License
86 stars 46 forks source link

Change Dialog Text for android #23

Closed wytex closed 3 years ago

wytex commented 3 years ago

I am running this package and I would know if it is possible to change the dialog text which is shown to the user. thanks

JulianAssmann commented 3 years ago

In the FlutterBackgroundAndroidConfig class you can specify the notification title, text and icon (see the README.md). Does this help or are you looking for something else?

JulianAssmann commented 3 years ago

I'm closing this issue due to inactivity, but feel free to reopen at any time :)