Remove Logo
dimpleagola opened this issue · 4 comments
dimpleagola commented
Please help,
Remove “Powered by google” from PlaceAutocomplete
LofOWL commented
for what i did is just provide Container(height: 0) to logo,
it works but I don't is it the correct way
IkhwanSI13 commented
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),
)
kngrnr commented
Is there any way we can customize the prediction list widget?
ccc-dvansevenant commented
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