google_maps_place_picker
google_maps_place_picker copied to clipboard
Get user current location
using useCurrentLocation: true
seems not working until I add this permission in manifest file <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
please update your readme.md file and add this info
Hello, @meloDramatic007 Can you please share what we must to add as permission on the iOS and Android config files
REGARDS
@SmarterVision check the example project. It should contain all permissions.
@SmarterVision I edit my comment please check there
@meloDramatic007 thank you for your help, we fixed it on android but we still have the same problem on iOS, what's the permission that we must add to the config files of the iOS folder.
REGARDS
@SmarterVision what you use for getting user location location or geolocator ?
@martin-braun thank you for your support your package is working but the current location button on iOS always takes 10seconds to 12seconds can you please let me know how to fix it
PS: on android, the button working properly.
REGARDS