google_maps_place_picker 1.0.1 copy "google_maps_place_picker: ^1.0.1" to clipboard
google_maps_place_picker: ^1.0.1 copied to clipboard

A Flutter plugin which provides 'Picking Place' using Google Maps widget.

1.0.1 23/Nov/2020 #

  • Fixed bug related to infinte loading.

1.0.0 05/Oct/2020 #

  • Updated google_maps_flutter version to 1.0.2 which is now out of developer preview.

0.10.0 09/Sep/2020 #

  • Updated geolocator version to 6.0.0.
  • Added permission package to improve checking permissions. Issue #66
  • Added gestureRecognizers to make it possible to navigate the map when it's a child in a scroll view. Issue #52. Pull-request #64.
  • Applied pull-request #67 (@Darkeyren)

0.9.5 02/Aug/2020 #

  • Added [autocompleteOnTrailingWhitespace] parameter. Issue(Pull request) #54 (@therladbsgh)

0.9.4 21/Apr/2020 #

  • Updated geolocator version to 5.3.1 which contains updated version of google_api_availability.

0.9.3 15/Apr/2020 #

  • Updated google_maps_flutter package to 0.5.25+3

0.9.2 09/Apr/2020 #

  • Added NSLocation Descriptions in order to avoid iOS error when using useCurrentLocation. (See Geolocator pacakge regarding iOS Settings)
  • Added [automaticallyImplyAppBarLeading] parameter to allow removing back button on the app bar if needed. Issue #23

0.9.1 05/Apr/2020 #

  • Added [forceSearchOnZoomChanged] parameter to allow place search even when the zoom has changed. Issue #21

0.9.0 11/Mar/2020 #

  • Hot fix. DO NOT use 0.8.1 anymore.
  • Fixed bug that auto complete search prediction layout is not displaying.

0.8.1 10/Mar/2020 #

  • Added location service checking logic when using [useCurrentLocation].
  • Added [forceAndroidLocationManager] parameter for GeoLocator package.
  • Updated GeoLocator version to 5.3.0.
  • Bug Fixed. Changing orientation of the device will not break UI of search prediction anymore. Issue #15

0.8.0 07/Mar/2020 #

  • New feature. You can now set [initialSearchString] and [searchForInitialValue]. Issue(Pull Request) #14 (@moritzdouda)
  • Bug Fixed. Changing orientation of the device will not break UI of Floating card anymore. Issue #15

0.7.1 06/Mar/2020 #

  • Bug Fixed. [autoCompleteLanguage] will now display the correct result.

0.7.0 25/Feb/2020 #

  • Bug Fixed. Fixed throwing rendering exception when [useCurrentLocation] is set to false. Issue #11.
  • [initialPosition] has been set to Required paramater since Google Map needs at least one initial position of the camera. Issue #10.

0.6.4 22/Feb/2020 #

  • Feature added. You can set resizeToAvoidBottomInset for the scaffold to avoid resizing screen when keyboard is shown.
  • Example modified. Removed MediaQuery.of(context) from the example as it will cause rebuild.

0.6.3 20/Feb/2020 #

  • Feature added. Now, initial position of the map can be 'selected' automatically.

0.6.2 17/Feb/2020 #

  • Fixed bug. Map icons are now positioned correctly.
  • Fixed iOS obsoleted in swift 4.2 issue for the example.

0.6.1 6/Feb/2020 #

  • Added region option for auto-complete search.
  • Updated README.md for added parameters.

0.6.0 5/Feb/2020 #

  • Added options for auto-complete search. Now you can narrow down the result using offset, radius, language, types, components and strictbounds.
  • Updated README.md for added parameters.

0.5.1 3/Feb/2020 #

  • Minor bug Fix.

0.5.0 31/Jan/2020 #

  • Added 'usePinPointingSearch' option. Setting it to false will not allow user to get a place info with map dragging. Defaults to true.
  • Added 'usePlaceDetailSearch' option. Setting this to true will get detailed result from searching by dragging the map, but will use +1 request on Place Detail API. Defaults to false.
  • Fixed bug of not returning Searching state to 'selectedPlaceWidgetBuilder'.
  • Fixed bug of unnecessary search (issue #4). No extra searching will be performed from now when camera is moved by auto-complete search.

0.4.0 29/Jan/2020 #

  • Fixed bug that autoComplete search prediction is remaining on screen when poping from map page. (Issue #3)
  • Search bar no longer relies on appBarRenderBox height. Position is fixed to 86 on top.
  • Added example for changing colour
  • AutoComplete search prediction's title colour now relies on Theme.of(context).textTheme.title.color

0.3.0 27/Jan/2020 #

  • The colors of FloatingCard (Prediction tile on the map) can be controlled by Theme Data.
  • Fixed back button for iOS (StanfordLin).
  • Pin color will be default to [Red] from now. You can still customize your pin using pinBuilder if you don't like default style ;).

0.2.2 24/Jan/2020 #

  • Updated example to apply changed function

0.2.1 24/Jan/2020 #

  • Updated README for more information about result callback

0.2.0 24/Jan/2020 #

  • Added onResult callback. Now we can listen for the callback to get the result instead of using Navigator callback.

0.1.4 23/Jan/2020 #

  • Updated additional information regarding 'PickResult' data
  • Fixed typo

0.1.3 23/Jan/2020 #

  • Updated additional information regarding 'geolocator' settings

0.1.2 23/Jan/2020 #

  • flutter format for suggested files

0.1.1 23/Jan/2020 #

  • flutter format for suggested files
  • Re-write package description

0.1.0 23/Jan/2020 #

  • Update parameter info
  • Map buttons added

0.0.3 22/Jan/2020 #

  • Added function. Picking place by dragging camera
  • Bug fix: minor
  • Fix typo

0.0.2 20/Jan/2020 #

  • Refactoring

0.0.1 19/Jan/2020 #

  • Initial release
242
likes
35
points
227
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin which provides 'Picking Place' using Google Maps widget.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, geolocator, google_maps_flutter, google_maps_webservice, http, permission_handler, provider, tuple

More

Packages that depend on google_maps_place_picker