Dev-hwang

Results 29 comments of Dev-hwang
trafficstars

check [internal_plugin_service](https://github.com/Dev-hwang/flutter_foreground_task_example/tree/main/internal_plugin_service)

@pankaj-nikam This is not any problem or error. Starting with Android 14 or SdkVersion 34 , you must set `foregroundServiceType` to start foreground service. Please see [readme](https://github.com/Dev-hwang/flutter_foreground_task?tab=readme-ov-file#baby_chick-android) for more details.

@SyedKaz00 @zhaoxu666 Does the same problem occur in the latest version?

@MR-14101-141 @Mrbluesky-ai Does the same problem occur in the latest version?

@deakjahn @pamafe1976 Try 7.0.0 You can change icons and buttons using the updateService function. See [CHANGELOG](https://github.com/Dev-hwang/flutter_foreground_task/blob/master/CHANGELOG.md) for more details.

@deakjahn Since issue #183 has been resolved, I will close this PR. I'll tell you again when the callback is added.

@pamafe1976 I think you can achieve that requirement in 7.1.0 version. ```dart FlutterForegroundTask.updateService( notificationTitle: 'notificationTitle', notificationText: 'notificationText', notificationIcon: null, notificationButtons: [ const NotificationButton(id: 'btn_bye', text: 'bye'), ], ); ```

@deakjahn https://github.com/Dev-hwang/flutter_foreground_task/tree/feat-%23149 Add listener to Android and iOS platforms. It is still under development and will be released after testing. Inside the listener to be implemented is as follows: ```kotlin...

This is not any problem or error. Starting with Android 14 or SdkVersion 34 , you must set `foregroundServiceType` to start foreground service. Please see [readme](https://github.com/Dev-hwang/flutter_foreground_task?tab=readme-ov-file#baby_chick-android) for more details. @pamafe1976...