Google map widget doesn't have move and zoom in IOS apple

Widgets & Design

Hi ,

I have a flutterflow app which I have deployed in App store. everything works fine but the google map widget doesnt have Move and Zoom as you see in the pic. please help

thanks

IMG_E63DFED822D3-1.jpeg
1.55MB

What have you tried so far?

I did try adding these lines in ios/Runner/Info.plist
<key>NSLocationWhenInUseUsageDescription</key> <string>We need your location to show nearby places.</string> <key>NSLocationAlwaysUsageDescription</key> <string>We need access to your location for navigation.</string> <key>io.flutter.embedded_views_preview</key> <true/>

but still not working.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
2 replies