flutter-plugins
flutter-plugins copied to clipboard
[health] [android] The plugin doesn't work when app is terminated
Remember to specify the plugin name in the title!
Device / Emulator and OS
- Android
Describe the bug
- When the android app is terminated, it tries to call the plugin to check permission or get health data but it doesn't work.
- My Flutter wants to get health data intervals when the app is terminated. We use the background_fetch package in order to work in the background when the app is killed, the function works but when calling the health plugin it seems not working.
@tvanmanh Any update on this ? I am facing same problem.
@tvanmanh , How you have fixed above issue?