Skip to content

A flutter plugin which provides a picker using google maps widget

Notifications You must be signed in to change notification settings

Arlovzki/custom_place_picker

Repository files navigation

Custom Place Picker

A Flutter plugin which provides a Picker using Google Maps widget.

It is an extended version of Google Maps Place Picker and Place Picker.

The project relies on below packages.

Map using Flutter's official google_maps_flutter.

Fetching current location using Baseflow's geolocator.

Place and Geocoding API using hadrienlejard's google_maps_webservice.

Builder using kevmoo's tuple.

Also it use Rest Countries API for getting Alpha Code 2 of the location. The code will use for checking the if the selected location is equals to the inputted [region].

Click here to view the full documentation.