issues
search
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
152
stars
112
forks
source link
release: 8.6.0
#265
Closed
Dev-hwang
closed
3 months ago
Dev-hwang
commented
3 months ago
[
BREAKING
] Change the way to set the task intervals (for increase scalability)
Remove
interval
,
isOnceEvent
option in ForegroundTaskOptions model
Add
eventAction
option with ForegroundTaskEventAction constructor
Check
migration_documentation
for changes
interval
,isOnceEvent
option in ForegroundTaskOptions modeleventAction
option with ForegroundTaskEventAction constructor