bkonyi / FlutterGeofencing

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

Fix android 10 permission #69

Closed JFreakDK closed 3 years ago

JFreakDK commented 3 years ago

On Android 10 the background location permission is not requested. This pull request fixes this.

bkonyi commented 3 years ago

Thanks for the fix!