bkonyi / FlutterGeofencing

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

How to run the background service every X second? #2

Closed rupertbulquerin closed 4 years ago

rupertbulquerin commented 5 years ago

Hi Sir! How to modify the code to be able to execute or maybe print logs every X seconds or minutes? I need your help on this. Thank you so much!

bkonyi commented 4 years ago

I know this is probably way too late to be of any use, but you'll want to take a look at the android_alarm_manager plugin.