bkonyi / FlutterGeofencing

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

Add background location permission on API level 29 #44

Closed paolorotolo closed 4 years ago

paolorotolo commented 4 years ago

Starting from API Level 29, it's required to ask an additional permission to receive background location updates. More info here.

bkonyi commented 4 years ago

Thanks for the PR!