bkonyi / FlutterGeofencing

Rough work for Flutter geofencing plugin
BSD 3-Clause "New" or "Revised" License
338 stars 220 forks source link

Will this work when App is terminated? #1

Closed dmorawetz closed 6 years ago

dmorawetz commented 6 years ago

I rebuilt the functionality of your alarm_manager_plugin changes from https://github.com/flutter/plugins/pull/642 for my flutter_activity_recognition plugin. You can find the current state here: https://github.com/Morosko/flutter_activity_recognition/tree/dev. It works, if the app is just in background, but when I kill it, no more updates will occur. In this plugin you have an extra Service, running beside the BroadcastReceiver. Will this make any difference?