place_picker_google 0.0.6
place_picker_google: ^0.0.6 copied to clipboard
A place picker package for google maps api fully written in dart for Flutter.
[0.0.6] - 17 Aug 2024 #
- Added
Web
support. - Removed platform specific code.
- Breaking change: Updated
showNearbyPlaces
toenableNearbyPlaces
.
[0.0.5] - 17 Aug 2024 #
- Added
SearchInputConfig
&SearchInputDecorationConfig
to help update the UI ofSearch Input
if required. - Added
My Location Button
, so users can easily navigate to their current location. - Added
MyLocationFABConfig
to help update the UI ofmyLocationButton
.
[0.0.4] - 16 Aug 2024 #
- Updated
LocationResult
object with correctAddressComponents
.
[0.0.3] - 15 Aug 2024 #
- Updated Dart version constraints.
[0.0.2] - 15 Aug 2024 #
- Updated README.
[0.0.1] - 15 Aug 2024 #
- Initial release with logic, widget and example.