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
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
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.