crabio / sensor_collector

App for Mobile and Smart Watches to collect all sensors data in experiments for future analysis
Apache License 2.0
0 stars 0 forks source link

App pauses collecting data on smart watch when display shutdowns #2

Closed crabio closed 2 months ago

crabio commented 3 months ago

Seems like app is pausing app activity and need to migrate data collection lifecycle to foreground service: https://pub.dev/packages/flutter_foreground_task Also found that on WearOs we need to add Ongoing Activity notification to notify user on running activity: https://pub.dev/packages/wear_ongoing_activity

crabio commented 2 months ago

Resolved by https://github.com/crabio/sensor_collector/pull/9