fysoul17 / google_maps_place_picker

Place picker on Google Maps for Flutter
MIT License
224 stars 364 forks source link

Show map in an existing page instead of pushing into new page #37

Closed MuhammedAbduRafi closed 4 years ago

MuhammedAbduRafi commented 4 years ago

Hi, Is there any way I can show the map in a container instead of button click and pushing into new page?

fysoul17 commented 4 years ago

Hi @MuhammedAbduRafi .

Simply put as a child of the Widget.

MuhammedAbduRafi commented 4 years ago

@fysoul17 Actually, I already tried it like that and it wasn't working. but now it's worked after put it as a child of Expanded widget.

Anyway, Thanks :)