fluttercommunity/flutter_google_places

Remove Logo

dimpleagola opened this issue · 4 comments

Please help,
Remove “Powered by google” from PlaceAutocomplete

for what i did is just provide Container(height: 0) to logo,
it works but I don't is it the correct way

for what i did is just provide Container(height: 0) to logo,
it works but I don't is it the correct way

complete with this:

PlacesAutocompleteResult(
      onTap: (p) {
        displayPrediction(p, searchScaffoldKey.currentState);
      },
      //this part remove the logo
      logo: Container(height: 0),
    )

Is there any way we can customize the prediction list widget?

Please help,
Remove “Powered by google” from PlaceAutocomplete

Technically, this may not be allowed, per the Terms of Service:
https://developers.google.com/maps/documentation/places/web-service/policies#powered