fysoul17 / google_maps_place_picker

Place picker on Google Maps for Flutter
MIT License
222 stars 357 forks source link

Fixed: Auto complete search issue, replace permission_handler package #129

Open hareshgediya opened 3 years ago

hareshgediya commented 3 years ago

When we (in the iOS platform) search place using serach bar, that time FloatingCard continuously shows the loading indicator. Also, I got rejection from AppStore due to the permission_handler package. That package handling various permissions so it using native APIs(iOS SDKs). We are not using those API, or our application not required. AppStore rejects our application due to missing string value in info.plist.