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

chore : update readme #221

Closed UnluckyY1 closed 3 months ago

UnluckyY1 commented 3 months ago

This PR updates the readme file to clarify that you need to specify the foregroundServiceType inside AndroidNotificationOptions. Otherwise, the app will crash on Android 14 as mentioned here #220 .