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

Turn on location dialog is opened multiple times #77

Closed froz3nice closed 1 year ago

froz3nice commented 1 year ago

When device's gps is turned off, this library prompts a dialog to turn on location like google maps. When user presses No thanks, it continues to prompt multiple dialogs on top of eachother. Is there any way to get the callback when user presses "no thanks"? Or is there another way to stop location dialog spamming?

tlserver commented 1 year ago

I can reproduce this issue on Android. It seem that this issue is caused by a dependent package. Which platfrom are you using?

froz3nice commented 1 year ago

Yes i can reproduce in android, didn't try on ios

froz3nice commented 1 year ago

@tlserver Did you discover which dependent package is causing the issue?

tlserver commented 1 year ago

I think it is from 'geolocation'.

github-actions[bot] commented 1 year 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 1 year ago

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