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.10.0
#279
Closed
Dev-hwang
closed
2 months ago
Dev-hwang
commented
2 months ago
8.10.0
[
BREAKING
] Change
onStart
,
onDestroy
callback return type from
void
to
Future<void>
The onRepeatEvent callback is called when the onStart asynchronous operation has finished
Now you can access network, database, and other plugins in onDestroy callback
#276
Check
migration_documentation
for changes
8.10.0
onStart
,onDestroy
callback return type fromvoid
toFuture<void>