locationpicker
locationpicker copied to clipboard
Location picker for Flutter.
Null safety support Updated dependencies to latest. (location, google_maps_flutter and http) Added a loading progress until map view is created.
After a location is searched in the search field of the place picker view, it is selected and comes back to the previous page, app crashes. The log is given...
result = await Navigator.of(context).push(MaterialPageRoute( builder: (context) => PlacePicker(keyMap, displayLocation: LatLng(lat,lon), ))); print(result);
It will be helpfull when it comes to support for flutter web, Thanks in Advance
Able to search places, getting nearby places as well, Map view is not rendered in the screen. I am able to move scroll left/right/top/bottom with finger in blank screen and...
I've just installed the package in my project and now every time I try to run the project crashes I get this error message in the terminal `λ flutter run...
As an issue opened #50 This pull request allows the developers to customize the look and feel of the place picker An example of how much you can customize is...
It will be nice if opens PlacePicker's screen, app bar search text field can become autofocused.
I know that I can make checks after an address was picked, but is there a way to show an area circle on the map at a specific coordinate and...