Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

59 lines (46 loc) · 2.2 KB

1.1.1

  • Miner improvements

1.1.0

  • Major update. Now you can more customize the UI of the PlacesAutocomplete.

1.0.4

  • There is now an optional searchController parameter in the PlacesAutocomplete class.
  • There are two new parameters in the PlacesAutocomplete class: initialValue and validator.
  • Try to fix the issue of #10 -- Let me know if it works.

1.0.3

  • Support additional markers. Thanks to Frankely Diaz #9 for contribution.
  • Dependencies updated.

1.0.2

  • #7 Enhancement: Add support for current position.
  • New Parameters in MapLocationPicker class :- currentLatLng, mapType and searchController
  • Now PlacesAutocomplete search text field is a separate widget PlacesAutocomplete which can be used independently.
  • Dependencies updated.
  • Provider removed.

1.0.1

  • google_maps_flutter package updated to 2.1.10
  • form_builder_extra_fields package updated to 8.3.0
  • geolocator package updated to 9.0.1
  • Cannot select a location directly after searching in the search bar #5 resolved.
  • LateInitializationError on _geocodingresult #6 resolved.

1.0.0+2

  • Readme updated

1.0.0+1

  • Readme updated

1.0.0

  • Remake of the entire project form scratch.
  • Added new features and UI customizations.
  • Added flutter web support.
  • #2 bug fixed.
  • #3 bug fixed.
  • #4 Enhancement has been postponed.

0.0.2

  • Merge pull request #1 from jeffmilanes/new_update
  • Search results text color changed to black
  • Permission handler removed
  • Code cleanup
  • Readme updated

0.0.1+1

  • Clean code and performance improvements.
  • Removed google_api_header package.
  • Added all dependencies constraint version number.

0.0.1

  • initial release.