bkonyi / FlutterGeofencing

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

Add missing permission for Android 10+ to documentation #66

Closed JFreakDK closed 3 years ago

JFreakDK commented 3 years ago

According to the Android documentation this permission is required for Android 10+ https://developer.android.com/training/location/geofencing

bkonyi commented 3 years ago

Thanks!