google_map_location_picker 0.2.0 copy "google_map_location_picker: ^0.2.0" to clipboard
google_map_location_picker: ^0.2.0 copied to clipboard

outdated

🌍 Map location picker for flutter Based on google_maps_flutter

0.0.1 #

  • initial release.

0.0.2 #

  • added the permissions to the package directly.

0.0.4 #

  • remove permissions from package AndroidManifest.xml as it's already added by google maps.
  • improved README

0.0.5 #

  • updated deps

0.1.0 #

  • Added place search feature.

0.1.1 #

  • Updated min dart version to 2.2.2.
  • fix some formatting issues.

0.2.0 #

  • now retuning the address plus LatLng
  • do the reverse geocoding with google web api instead of the native lib.