flutter_foreground_task 1.0.8
flutter_foreground_task: ^1.0.8 copied to clipboard
This plugin is used to implement a foreground service on the Android platform.
1.0.8 #
- Add
FlutterForegroundTask.instance.update()function. - Updates README.md
1.0.7 #
- Fix incorrect comments and documents.
- Add
enableVibrationnotification options. - Add
playSoundnotification options.
1.0.5 #
- Fix an issue where
RemoteServiceExceptionoccurs.
1.0.4 #
- Add
WillStartForegroundTaskwidget.
1.0.3 #
- Fix incorrect comments and documents.
- Add
channelImportancenotification options. - Add
prioritynotification options.
1.0.1 #
- Add
WithForegroundTaskwidget.
1.0.0 #
- Initial release.