Dev-hwang / flutter_foreground_task

This plugin is used to implement a foreground service on the Android platform.
https://pub.dev/packages/flutter_foreground_task
MIT License
140 stars 105 forks source link

foregroundServiceTypes missing #227

Closed CuukyOfficial closed 2 months ago

CuukyOfficial commented 2 months ago

I've just upgraded to version 6.4.0 of the library and now the option to define 'foregroundServiceTypes' is missing. Is this expected behaviour?

Dev-hwang commented 2 months ago

Version 6.4.0 uses all flags specified in the manifest attribute without specifying the foregroundServiceType on the dart side.

CuukyOfficial commented 2 months ago

Thank you!