Dominik Springer

Results 14 comments of Dominik Springer

@hackrx In iOS the problem has been fixed: https://github.com/aws-amplify/amplify-ios/issues/916

Have you added your API key?

Now with Flutter 2.0, the null safety support would be very nice :)

In line 49/50 on file google_places_flutter/lib/place_service.dart you can set the property country. Change ` final request = 'https://maps.googleapis.com/maps/api/place/autocomplete/json?input=$input&types=address&language=$lang&components=country:ch&key=$apiKey&sessiontoken=$sessionToken';` to `final request = 'https://maps.googleapis.com/maps/api/place/autocomplete/json?input=$input&key=$apiKey&sessiontoken=$sessionToken';` Then you can search in multi languages...