tlserver / flutter_map_location_marker

A flutter map plugin for displaying device current location.
https://pub.dev/packages/flutter_map_location_marker
BSD 3-Clause "New" or "Revised" License
102 stars 93 forks source link

Turning off location service on Android API 28 triggers Location access dialog when Marker is built #26

Closed aososam closed 2 years ago

aososam commented 2 years ago

If I turn off location service on Android API 28, every time the LocationMarkerLayerWidget is rebuild it triggers a system dialog that says: "For a better experience turn off device location, which uses Google location service", if the dialog showed only once it would be ok but the fact that it is shown everytime the marker builds is a problem because any little change will trigger it.

I am not facing this issue on Android 11. Library version: flutter_map_location_marker: 3.0.2

tlserver commented 2 years ago

Sorry, I cannot reproduce this issue. how do you build the map?

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 2 years ago

This issue was closed because it has been stalled for 7 days with no activity.