Dev-hwang / flutter_activity_recognition

This plugin is used to recognize user activity on Android and iOS platforms.
https://pub.dev/packages/flutter_activity_recognition
MIT License
12 stars 13 forks source link

Does this work when app is killed or is in background? #7

Closed sagar1garg closed 2 months ago

sagar1garg commented 3 months ago

Does this plugin work when app is killed or is in background? @Dev-hwang

Dev-hwang commented 3 months ago

no. if you want to use this plugin in the background, try using flutter_foreground_task in my git list.