- dependencies updated.
- debouncer added to search.
- updated dependencies.
- https://pub.dev/packages/flutter_typeahead#migrations
- useState now private.
- bottomCardBuilder added to customize the bottom card.
- updated dependencies.
- updated dependencies.
- Topics updated.
- minor changes in readme.
- Tags and screenshots added.
- Readme updated.
- dependencies updated.
- #29 not issue not found while testing.
- #27 Map scroll and singlechildscrollview both can't be used at the same time.
- #26 fixed.
- New contribution by Raju Prasad
- New contribution by Hemil Gandhi
- now if currentLatLng != null GoogleMapsGeocoding added on init. #22
- warnings, lints, or formatting issues fixed.
lints_core
added to dev_dependencies.
- google_maps_flutter_web removed from dependencies because it is now supported by google_maps_flutter package.
- search card safe area parameters [bottom, left, maintainBottomViewPadding, minimum, right, top] added. #19
- parameters added for hide my location button [hideLocationButton], map type button [hideLocationButton] and bottom card [hideBottomCard]. #20
- onDecodeAddress parameter added.
- showBackButton changed to hideBackButton.
- canPopOnNextButtonTaped changed to popOnNextButtonTaped.
- Dependencies updated.
- Dependencies updated.
- Dependencies updated.
- Google map API's updated.
- Miner improvements
- Major update. Now you can more customize the UI of the
PlacesAutocomplete
.
- There is now an optional
searchController
parameter in thePlacesAutocomplete
class. - There are two new parameters in the
PlacesAutocomplete
class:initialValue
andvalidator
. - Try to fix the issue of #10 -- Let me know if it works.
- Support additional markers. Thanks to Frankely Diaz #9 for contribution.
- Dependencies updated.
- #7 Enhancement: Add support for current position.
- New Parameters in
MapLocationPicker
class :-currentLatLng
,mapType
andsearchController
- Now PlacesAutocomplete search text field is a separate widget
PlacesAutocomplete
which can be used independently. - Dependencies updated.
- Provider removed.
- 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.
- Readme updated
- Readme updated
- 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.
- Merge pull request #1 from jeffmilanes/new_update
- Search results text color changed to black
- Permission handler removed
- Code cleanup
- Readme updated
- Clean code and performance improvements.
- Removed google_api_header package.
- Added all dependencies constraint version number.
- initial release.